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/nesc.xml | |
parent | 2824570e9e6581acc1b9ed81a8889ff5f58dd383 (diff) | |
download | tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.tar.gz tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.zip |
Kate syntax highlighting files update - Sep 2014
Diffstat (limited to 'kate/data/nesc.xml')
-rw-r--r-- | kate/data/nesc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kate/data/nesc.xml b/kate/data/nesc.xml index 20155b8dd..e90d4e219 100644 --- a/kate/data/nesc.xml +++ b/kate/data/nesc.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="nesC" author="Shakthi Kannan" license="GPLv2" version="1.00-1" kateversion="2.1" section="Sources" extensions="*.nc" mimetype="text/x-ncsrc" priority="5"> +<language name="nesC" author="Shakthi Kannan" license="GPLv2" version="1.00-1" kateversion="2.3" section="Sources" extensions="*.nc" mimetype="text/x-ncsrc" priority="5"> <highlighting> <list name="keywords"> <item> break </item> @@ -93,20 +93,20 @@ <HlCOct attribute="Octal" context="#stay"/> <HlCHex attribute="Hex" context="#stay"/> <Int attribute="Decimal" context="#stay"> - <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="TRUE"/> + <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/> </Int> <HlCChar attribute="Char" context="#stay"/> <DetectChar attribute="String" context="String" char="""/> <Detect2Chars attribute="Comment" context="Commentar 1" char="/" char1="/"/> <Detect2Chars attribute="Comment" context="Commentar 2" char="/" char1="*" beginRegion="Comment"/> - <StringDetect attribute="Preprocessor" context="Outscoped" String="#if 0" insensitive="FALSE"/> + <StringDetect attribute="Preprocessor" context="Outscoped" String="#if 0" insensitive="false"/> <DetectChar attribute="Preprocessor" context="Preprocessor" char="#"/> <RegExpr attribute="Function" context="#stay" String="\b[_\w][_\w\d]*(?=[\s]*[(])"/> <RegExpr attribute="Symbol" context="Member" String="[.]{1,1}"/> |