summaryrefslogtreecommitdiffstats
path: root/kate/data/ocamlyacc.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 21:48:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 21:48:37 +0900
commitb956734b51a178ba083848672b006aa325217381 (patch)
treea602f576964c96c18c62796dadfef758c922e20f /kate/data/ocamlyacc.xml
parentdfe3c9649f649f2dbd7eac60e3847d4e978e24f4 (diff)
downloadtdelibs-b956734b51a178ba083848672b006aa325217381.tar.gz
tdelibs-b956734b51a178ba083848672b006aa325217381.zip
Update Kate syntax highlight files from
http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/ocamlyacc.xml')
-rw-r--r--kate/data/ocamlyacc.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kate/data/ocamlyacc.xml b/kate/data/ocamlyacc.xml
index 620db8d55..6d4d7ba6c 100644
--- a/kate/data/ocamlyacc.xml
+++ b/kate/data/ocamlyacc.xml
@@ -22,20 +22,20 @@
<highlighting>
<list name="typed symbol list keywords">
- <item> %token </item>
- <item> %type </item>
+ <item>%token</item>
+ <item>%type</item>
</list>
<list name="symbol list keywords">
- <item> %left </item>
- <item> %right </item>
- <item> %nonassoc </item>
- <item> %start </item>
+ <item>%left</item>
+ <item>%right</item>
+ <item>%nonassoc</item>
+ <item>%start</item>
</list>
<list name="rule keywords">
- <item> %prec </item>
- <item> error </item>
+ <item>%prec</item>
+ <item>error</item>
</list>
<contexts>