diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-03 11:56:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-03 11:56:45 +0900 |
commit | 790fe12d34447ad8549fcb75acf05d056e6743c6 (patch) | |
tree | 073e5d03f35ee5a476ca361887b3f80b348a42de /kate/data/rhtml.xml | |
parent | 668ae23f0693a330b241cfc62cde668a47d8654d (diff) | |
download | tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.tar.gz tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.zip |
Kate syntax highlighting files update - Jun 2014
Diffstat (limited to 'kate/data/rhtml.xml')
-rw-r--r-- | kate/data/rhtml.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/rhtml.xml b/kate/data/rhtml.xml index d4a21ba50..19fa0ace8 100644 --- a/kate/data/rhtml.xml +++ b/kate/data/rhtml.xml @@ -44,7 +44,7 @@ --> <!-- Hold the "language" opening tag on a single line, as mentioned in "language.dtd". --> -<language name="Ruby/Rails/RHTML" version="1.01" kateversion="2.4" section="Markup" extensions="*.rhtml;*.html.erb" mimetype="" author="Richard Dale rdale@foton.es" license="LGPL"> +<language name="Ruby/Rails/RHTML" version="1.02" kateversion="2.4" section="Markup" extensions="*.rhtml;*.html.erb" mimetype="" author="Richard Dale rdale@foton.es" license="LGPL"> <highlighting> @@ -487,7 +487,7 @@ <RegExpr attribute="Element" context="El Close 2" String="</script\b" insensitive="TRUE" endRegion="script" /> <RegExpr attribute="Comment" context="JS comment close" String="//(?=.*</script\b)" insensitive="TRUE" /> - <IncludeRules context="##JavaScript" includeAttrib="true"/> + <IncludeRules context="Normal##JavaScript" includeAttrib="true"/> </context> <context name="JS comment close" attribute="Comment" lineEndContext="#pop"> |