diff options
author | Michele Calgaro <[email protected]> | 2014-07-28 19:12:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-07-28 19:12:40 +0900 |
commit | aa18c1556b6e122f4b414639cf091e1e3848b974 (patch) | |
tree | d6e4f87bbb5fe01930418319e474ba923a750dfa /kate/data/gcc.xml | |
parent | 1bb6f88d298d1019c0c635dbff197a6a57d16c26 (diff) | |
download | tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.tar.gz tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.zip |
Kate syntax highlighting files update - Jul 2014
Diffstat (limited to 'kate/data/gcc.xml')
-rw-r--r-- | kate/data/gcc.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/kate/data/gcc.xml b/kate/data/gcc.xml index 57b4f9f5b..0f78b3361 100644 --- a/kate/data/gcc.xml +++ b/kate/data/gcc.xml @@ -7,13 +7,13 @@ <!ENTITY punctuators ":&ns_punctuators;"> ]> <!-- - Copyright (c) 2012 by Alex Turbov ([email protected]) + Copyright (c) 2012-2014 by Alex Turbov ([email protected]) Homepage: http://kde-files.org/content/show.php?content=90660 --> <language name="GCCExtensions" - version="0.3" + version="0.4" kateversion="2.4" section="Sources" extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;" @@ -552,6 +552,11 @@ <context name="Close" attribute="GNU Extensions" lineEndContext="#stay"> <DetectChar attribute="GNU Extensions" context="#pop" char=")" /> + <DetectChar attribute="String" context="AttrStringArg" char=""" /> + </context> + + <context name="AttrStringArg" attribute="String" lineEndContext="#stay"> + <DetectChar attribute="String" context="#pop" char=""" /> </context> </contexts> @@ -562,6 +567,7 @@ <itemData name="GNU Functions" defStyleNum="dsOthers" spellChecking="false" /> <itemData name="GNU Macros" defStyleNum="dsOthers" spellChecking="false" /> <itemData name="GNU Types" defStyleNum="dsOthers" spellChecking="false" /> + <itemData name="String" defStyleNum="dsString" spellChecking="false" /> </itemDatas> </highlighting> |