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:28:13 +0900
commitd3b96e335f2f0412540d72a3d6e1d6449574c6f7 (patch)
tree3a772fe91647e6b78ff88ecbfa3efcb8d19fe90a /kate/data/yacc.xml
parent46887a349ea419f19d18e424a8b4a1c9c1e16e78 (diff)
downloadtdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.tar.gz
tdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.zip
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646)
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>