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/coffee.xml | |
parent | 668ae23f0693a330b241cfc62cde668a47d8654d (diff) | |
download | tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.tar.gz tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.zip |
Kate syntax highlighting files update - Jun 2014
Diffstat (limited to 'kate/data/coffee.xml')
-rw-r--r-- | kate/data/coffee.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/coffee.xml b/kate/data/coffee.xml index 043e51bd5..dc0f1c541 100644 --- a/kate/data/coffee.xml +++ b/kate/data/coffee.xml @@ -2,7 +2,7 @@ <!DOCTYPE language SYSTEM "language.dtd"> <language name="CoffeeScript" - version="1.4" + version="1.5" kateversion="2.4" section="Scripts" extensions="Cakefile;*.coffee;*.coco" @@ -223,7 +223,7 @@ <context name="Javascript" attribute="Javascript" lineEndContext="#stay" noIndentationBasedFolding="1"> <DetectChar attribute="Javascript" context="#pop" char="`" endRegion="Javascript"/> <!-- NOTE: This hides errors where a backtick is embedded in a JS string. --> - <IncludeRules context="##JavaScript" includeAttrib="true"/> + <IncludeRules context="Normal##JavaScript" includeAttrib="true"/> </context> </contexts> <!-- Style mappings. --> |