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/idl.xml | |
parent | 2824570e9e6581acc1b9ed81a8889ff5f58dd383 (diff) | |
download | tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.tar.gz tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.zip |
Kate syntax highlighting files update - Sep 2014
Diffstat (limited to 'kate/data/idl.xml')
-rw-r--r-- | kate/data/idl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/idl.xml b/kate/data/idl.xml index d75f6713a..2aad8638a 100644 --- a/kate/data/idl.xml +++ b/kate/data/idl.xml @@ -56,7 +56,7 @@ <Detect2Chars attribute="Comment" context="Commentar 1" char="/" char1="/"/> <Detect2Chars attribute="Comment" context="Commentar 2" char="/" char1="*"/> <AnyChar attribute="Symbol" context="#stay" String="!%&()+,-<=>?[]^{|}~"/> - <StringDetect attribute="Comment" context="Some Context3" String="#if 0" insensitive="FALSE"/> + <StringDetect attribute="Comment" context="Some Context3" String="#if 0" insensitive="false"/> <DetectChar attribute="Preprocessor" context="Preprocessor" char="#" column="0"/> </context> <context attribute="String" lineEndContext="#stay" name="String"> |