summaryrefslogtreecommitdiffstats
path: root/kate/data/varnish.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
commitbb647dca1516a45ce18f2e040bd20528f588e2fe (patch)
tree0fe5d9a19e884335a14fdf9741f772b2474df43e /kate/data/varnish.xml
parenta7e4c6b5e7916d924c2a9b75a10e427b556b8d65 (diff)
downloadtdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.tar.gz
tdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.zip
Kate syntax highlighting files update - Feb 2014
Diffstat (limited to 'kate/data/varnish.xml')
-rw-r--r--kate/data/varnish.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/varnish.xml b/kate/data/varnish.xml
index c3e9b47f7..7f4576356 100644
--- a/kate/data/varnish.xml
+++ b/kate/data/varnish.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Varnish Configuration Language" version="0.4" kateversion="2.5" section="Configuration" extensions="*.vcl;" mimetype="" author="Xavier Guerrin (xavier@tuxfamily.org)" license="WTFPL">
+<language name="Varnish Configuration Language" version="0.3" kateversion="2.4" section="Configuration" extensions="*.vcl;" mimetype="" author="Xavier Guerrin (xavier@tuxfamily.org)" license="WTFPL">
<highlighting>
<list name="vclStandardSubs">
<item>vcl_recv</item>
@@ -271,10 +271,10 @@
<StringDetect attribute="Director Property" context="backend_declaration" String=".backend" />
<DetectChar attribute="Region Marker" context="#pop" char="}" endRegion="director_backend_block" />
</context>
- <context name="acl_declaration" attribute="Normal Text" lineEndContext="#stay">
+ <context name="acl_declaration" attribute="Normal Text" lineEndContext="#stay">
<DetectChar attribute="Region Marker" context="acl_definition" char="{" beginRegion="acl_block" />
</context>
- <context name="acl_definition" attribute="Normal Text" lineEndContext="#stay">
+ <context name="acl_definition" attribute="Normal Text" lineEndContext="#stay">
<IncludeRules context="minimal_code" />
<DetectChar attribute="Logical Operator" context="#stay" char="!" />
<DetectChar attribute="Logical Operator" context="#stay" char="/" />