summaryrefslogtreecommitdiffstats
path: root/kate/data/nagios.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/nagios.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/nagios.xml')
-rw-r--r--kate/data/nagios.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kate/data/nagios.xml b/kate/data/nagios.xml
index 362103a47..20b81eab7 100644
--- a/kate/data/nagios.xml
+++ b/kate/data/nagios.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Nagios" section="Configuration" extensions="*.cfg" version="2" kateversion="2.4" author="Gastón Martini" license="GPL" casesensitive="true">
+<language name="Nagios" section="Configuration" extensions="*.cfg" version="3" kateversion="2.4" author="Gastón Martini" license="GPL" casesensitive="true">
<highlighting>
<list name="Objects">
<item>host</item>
@@ -23,7 +23,6 @@
<DetectSpaces/>
<DetectChar char="#" attribute="Comment" context="Comment" firstNonSpace="true"/> <!-- or column="0"? -->
<DetectChar char="$" context="Macro Definition" firstNonSpace="true" lookAhead="true"/>
- <keyword String="Keywords" attribute="Definition" context="Definition" firstNonSpace="true"/>
<StringDetect String="define" attribute="Definition" context="Definition" firstNonSpace="true"/>
<IncludeRules context="Variable" includeAttrib="true"/>
</context>