diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-19 22:31:56 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-19 22:31:56 -0500 |
commit | bf94fa1cd02da4ac25a710440fc62170b5609e75 (patch) | |
tree | fab22c47297eec7df79885a6392468a6453c78e6 /kate/data/dosbat.xml | |
parent | a151a4d477b5f9948ada98155ea9bcca7973748f (diff) | |
download | tdelibs-bf94fa1cd02da4ac25a710440fc62170b5609e75.tar.gz tdelibs-bf94fa1cd02da4ac25a710440fc62170b5609e75.zip |
Update kate syntax highlighting files.
The cpp.xml now contains some TQ highlighting.
Diffstat (limited to 'kate/data/dosbat.xml')
-rw-r--r-- | kate/data/dosbat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/dosbat.xml b/kate/data/dosbat.xml index c99a11a1b..d85bcbc55 100644 --- a/kate/data/dosbat.xml +++ b/kate/data/dosbat.xml @@ -8,7 +8,7 @@ <!ENTITY eop "(?=([\s\\;"%]|$))"> <!-- end of path --> <!ENTITY pathpart "[^\s\\%;/:\*\?"><\|]"> <!-- valid character in a file name --> ]> -<language name="MS-DOS Batch" version="0.2" kateversion="2.4" section="Scripts" extensions="*.bat" mimetype="application/x-dos" casesensitive="0" author="Matthew Woehlke (mw_triad@users.sourceforge.net)" license="LGPL"> +<language name="MS-DOS Batch" version="0.30" kateversion="2.4" section="Scripts" extensions="*.bat" mimetype="application/x-dos" casesensitive="0" author="Matthew Woehlke (mw_triad@users.sourceforge.net)" license="LGPL"> <!-- (c) 2006, 2009, 2010 Matthew Woehlke (mw_triad@users.sourceforge.net) Released under the LGPL --> @@ -109,7 +109,7 @@ <!-- special built-ins --> <RegExpr attribute="Builtin" context="#stay" String="\b[Ee][Cc][Hh][Oo]\s+[Oo]([Ff][Ff]|[Nn])\s*$"/> <keyword attribute="Builtin" context="CmdEcho" String="echo"/> - <keyword attribute="Keyword" context="CmdIf" String="if"/> + <keyword attribute="Keyword" context="#stay" String="if"/> <keyword attribute="Keyword" context="CmdFor" String="for"/> <keyword attribute="Keyword" context="Label" String="goto"/> <keyword attribute="Builtin" context="CmdSet" String="set"/> |