summaryrefslogtreecommitdiffstats
path: root/kate/data/velocity.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/velocity.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/velocity.xml')
-rw-r--r--kate/data/velocity.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/kate/data/velocity.xml b/kate/data/velocity.xml
index 8517772be..cf901d891 100644
--- a/kate/data/velocity.xml
+++ b/kate/data/velocity.xml
@@ -3,16 +3,16 @@
<language name="Velocity" version="2" kateversion="2.3" section="Scripts" extensions="*.vm;" mimetype="text/x-velocity-src;text/x-vm-src" author="John Christopher (John@animalsinneed.net)" license="">
<highlighting>
<list name="keywords">
- <item> #set </item>
- <item> #foreach </item>
- <item> #end </item>
- <item> #if </item>
- <item> #else </item>
- <item> #elseif </item>
- <item> #parse </item>
- <item> #macro </item>
- <item> #stop </item>
- <item> #include </item>
+ <item>#set</item>
+ <item>#foreach</item>
+ <item>#end</item>
+ <item>#if</item>
+ <item>#else</item>
+ <item>#elseif</item>
+ <item>#parse</item>
+ <item>#macro</item>
+ <item>#stop</item>
+ <item>#include</item>
</list>
<contexts>
<context attribute="Normal Text" lineEndContext="#stay" name="Keyword">