summaryrefslogtreecommitdiffstats
path: root/kate/data/yacc.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:27:29 +0900
commitfddd4b7f8bdd9b0c5b4d3e21618c0a899937f646 (patch)
tree80985eb703c7efdea28707a1fbef05b8c6df589c /kate/data/yacc.xml
parent7406ed0563952d1ee433e02e75fb44a5d0d0a81d (diff)
downloadtdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.tar.gz
tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.zip
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/yacc.xml')
-rw-r--r--kate/data/yacc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/yacc.xml b/kate/data/yacc.xml
index 41b83d141..214cb34cc 100644
--- a/kate/data/yacc.xml
+++ b/kate/data/yacc.xml
@@ -25,7 +25,7 @@ This code is released under the LGPL as part of tdelibs/kate.
========================================================================
-->
-<language name="Yacc/Bison" version="1.04-1" kateversion="2.4" section="Sources" extensions="*.y;*.yy" author="Jan Villat (jan.villat@net2000.ch)" license="LGPL">
+<language name="Yacc/Bison" version="3-1" kateversion="2.4" section="Sources" extensions="*.y;*.yy" author="Jan Villat (jan.villat@net2000.ch)" license="LGPL">
<highlighting>
<contexts>
@@ -92,7 +92,7 @@ This code is released under the LGPL as part of tdelibs/kate.
<IncludeRules context="Comment" />
<RegExpr attribute="Normal Text" context="Percent Command In" String="\W" lookAhead="true" />
</context>
- <context name="Percent Command In" attribute="NormalText" lineEndContext="#pop#pop">
+ <context name="Percent Command In" attribute="Normal Text" lineEndContext="#pop#pop">
<IncludeRules context="StringOrChar" />
<DetectChar attribute="Data Type" context="PC type" char="&lt;" />
</context>
@@ -112,7 +112,7 @@ This code is released under the LGPL as part of tdelibs/kate.
<RegExpr attribute="Comment" context="#pop" String="[^\\]$" />
</context>
- <context name="StringOrChar" attribute="NormalText" lineEndContext="#stay">
+ <context name="StringOrChar" attribute="Normal Text" lineEndContext="#stay">
<DetectChar attribute="String Char" context="Char" char="'" />
<DetectChar attribute="String" context="String" char="&quot;" />
</context>