diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-19 14:44:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-19 14:44:45 +0900 |
commit | 87fd132d0145d36d9eae9cdf521935202db228f7 (patch) | |
tree | 8e8126d831ffd90f38c34e49cdaec9b134086a8a /kate/data/inform.xml | |
parent | 2824570e9e6581acc1b9ed81a8889ff5f58dd383 (diff) | |
download | tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.tar.gz tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.zip |
Kate syntax highlighting files update - Sep 2014
Diffstat (limited to 'kate/data/inform.xml')
-rw-r--r-- | kate/data/inform.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/inform.xml b/kate/data/inform.xml index 814ba5a48..933bac058 100644 --- a/kate/data/inform.xml +++ b/kate/data/inform.xml @@ -2,7 +2,7 @@ <!DOCTYPE language SYSTEM "language.dtd"> <!-- author: Giancarlo Niccolai (giancarlo@niccolai.ws) --> <!-- This file is released under GPL license 2.0 or any later version at your choice. --> -<language name="Inform" version="1.23-1" kateversion="2.3" section="Sources" extensions="*.inf;*.h" mimetype="text/x-inform-src" author="Giancarlo Niccolai (giancarlo@niccolai.ws)" license="GPL"> +<language name="Inform" version="1.23-1" kateversion="2.4" section="Sources" extensions="*.inf;*.h" mimetype="text/x-inform-src" author="Giancarlo Niccolai (giancarlo@niccolai.ws)" license="GPL"> <highlighting> <list name="keywords"> <item> if </item> @@ -284,7 +284,7 @@ <RegExpr String=" *object | *class " attribute="Pragma" context="ClassDecl" - insensitive="TRUE" beginRegion="reg_class" column="0"/> + insensitive="true" beginRegion="reg_class" column="0"/> <keyword attribute="Pragma" context="#stay" String="pragmas" /> <keyword attribute="Pragma" context="#stay" String="inline_pragmas" /> @@ -340,7 +340,7 @@ </context> <context name="ClassDecl_1" attribute="Normal Text" lineEndContext="#stay"> - <RegExpr String="^[\t ]*has " attribute="Keyword" context="has_decl" insensitive="TRUE"/> + <RegExpr String="^[\t ]*has " attribute="Keyword" context="has_decl" insensitive="true"/> <keyword String="ClassDeclOps" attribute="Keyword" context="#stay" /> <RegExpr String="[a-zA-Z_]+\w*" context = "prop_def" attribute="Function"/> |