diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-11 16:14:23 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-02 19:05:19 +0200 |
commit | 8f01bb25dfbf64d17f1b64bc54d68044550483f0 (patch) | |
tree | 98fb3ada372f0f705fa665899c46811b2ec354a2 /kate/data/asp.xml | |
parent | bea964028bf3b0b8b0f4dfabd7e7652e39941571 (diff) | |
download | tdelibs-8f01bb25dfbf64d17f1b64bc54d68044550483f0.tar.gz tdelibs-8f01bb25dfbf64d17f1b64bc54d68044550483f0.zip |
Update kate synatax highlighting files
This closes Bug 764
(cherry picked from commit 7439a4b0e05832e047040ab8bf9ef13abd9288b2)
Diffstat (limited to 'kate/data/asp.xml')
-rw-r--r-- | kate/data/asp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/asp.xml b/kate/data/asp.xml index 1aa4f92d7..3a912b975 100644 --- a/kate/data/asp.xml +++ b/kate/data/asp.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="ASP" version="1.03" kateversion="2.1" section="Markup" extensions="*.asp;" mimetype="text/x-asp-src;text/x-asp-src" author="Antonio Salazar (savedfastcool@gmail.com)" license="LGPL"> +<language name="ASP" version="1.04" kateversion="2.1" section="Markup" extensions="*.asp;" mimetype="text/x-asp-src;text/x-asp-src" author="Antonio Salazar (savedfastcool@gmail.com)" license="LGPL"> <highlighting> <list name="control structures"> <item>select</item> @@ -271,7 +271,7 @@ <RegExpr attribute="Keyword" context="#stay" String="\bend class\b" insensitive="TRUE" endRegion="classendclass1"/> <RegExpr attribute="Control Structures" context="#stay" String="\bexit do\b" insensitive="TRUE" /> - <RegExpr attribute="Control Structures" context="#stay" String="\bdo\b" insensitive="TRUE" beginRegion="doloop1"/> + <RegExpr attribute="Control Structures" context="#stay" String="\bdo(\s+(while))?\b" insensitive="TRUE" beginRegion="doloop1"/> <RegExpr attribute="Control Structures" context="#stay" String="\bloop\b" insensitive="TRUE" endRegion="doloop1"/> <RegExpr attribute="Control Structures" context="#stay" String="\bexit while\b" insensitive="TRUE" /> |