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/mako.xml | |
parent | 668ae23f0693a330b241cfc62cde668a47d8654d (diff) | |
download | tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.tar.gz tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.zip |
Kate syntax highlighting files update - Jun 2014
Diffstat (limited to 'kate/data/mako.xml')
-rw-r--r-- | kate/data/mako.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/mako.xml b/kate/data/mako.xml index cfac8394e..86acdf95c 100644 --- a/kate/data/mako.xml +++ b/kate/data/mako.xml @@ -4,7 +4,7 @@ <!ENTITY name "[A-Za-z_:][\w.:_-]*"> <!ENTITY entref "&(#[0-9]+|#[xX][0-9A-Fa-f]+|&name;);"> ]> -<language name="Mako" version="1.0" kateversion="2.4" section="Markup" extensions="*.mako;*.mak" author="Massimiliano Torromeo (massimiliano.torromeo@gmail.com)" license="LGPL"> +<language name="Mako" version="1.1" kateversion="2.4" section="Markup" extensions="*.mako;*.mak" author="Massimiliano Torromeo (massimiliano.torromeo@gmail.com)" license="LGPL"> <highlighting> <list name="flow"> @@ -47,7 +47,7 @@ <context name="NoMakoJS" attribute="Normal Text" lineEndContext="#stay"> <StringDetect attribute="MakoKeyword" context="#pop" String="</%text>" endRegion="nomako" /> - <IncludeRules context="##JavaScript" includeAttrib="true"/> + <IncludeRules context="Normal##JavaScript" includeAttrib="true"/> </context> <context name="FindHTML" attribute="Normal Text" lineEndContext="#stay"> @@ -192,7 +192,7 @@ <RegExpr attribute="Comment" context="JS comment close" String="//(?=.*</script\b)" insensitive="TRUE" /> <RegExpr attribute="MakoKeyword" context="NoMakoJS" String="<%text(?:\s+[^>]*)?>" beginRegion="nomako" /> <IncludeRules context="FindMako" /> - <IncludeRules context="##JavaScript" includeAttrib="true"/> + <IncludeRules context="Normal##JavaScript" includeAttrib="true"/> </context> <context name="JS comment close" attribute="Comment" lineEndContext="#pop"> |