summaryrefslogtreecommitdiffstats
path: root/kate/data/qt4.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
commitbb647dca1516a45ce18f2e040bd20528f588e2fe (patch)
tree0fe5d9a19e884335a14fdf9741f772b2474df43e /kate/data/qt4.xml
parenta7e4c6b5e7916d924c2a9b75a10e427b556b8d65 (diff)
downloadtdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.tar.gz
tdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.zip
Kate syntax highlighting files update - Feb 2014
Diffstat (limited to 'kate/data/qt4.xml')
-rw-r--r--kate/data/qt4.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/kate/data/qt4.xml b/kate/data/qt4.xml
index 02b6ba47f..2c1d1e099 100644
--- a/kate/data/qt4.xml
+++ b/kate/data/qt4.xml
@@ -9,10 +9,10 @@
Copyright (c) 2012 by Alex Turbov (i.zaufi@gmail.com)
-->
<language
- name="C++11/Qt4"
+ name="C++/Qt4"
section="Sources"
- version="1.01"
- kateversion="2.5"
+ version="1.2"
+ kateversion="2.4"
indenter="cstyle"
extensions="*.moc"
mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr"
@@ -1551,10 +1551,10 @@
</list>
<contexts>
- <!-- Base context for C++11 and Qt highlighting to be used as standalone syntax -->
+ <!-- Base context for C++ and Qt highlighting to be used as standalone syntax -->
<context attribute="Normal Text" lineEndContext="#stay" name="Normal">
<IncludeRules context="DetectQt4Extensions" />
- <IncludeRules context="##C++11" />
+ <IncludeRules context="##C++" />
</context>
<!-- This context can be used from other (alternative) C++ syntax files
@@ -1582,11 +1582,11 @@
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="false" />
- <itemData name="Qt4 Extensions" defStyleNum="dsNormal" spellChecking="false" />
- <itemData name="Qt4 Types" defStyleNum="dsNormal" spellChecking="false" />
- <itemData name="Qt4 Classes" defStyleNum="dsNormal" spellChecking="false" />
- <itemData name="Qt4 Functions" defStyleNum="dsNormal" spellChecking="false" />
- <itemData name="Qt4 Macros" defStyleNum="dsNormal" spellChecking="false" />
+ <itemData name="Qt4 Extensions" defStyleNum="dsOthers" spellChecking="false" />
+ <itemData name="Qt4 Types" defStyleNum="dsOthers" spellChecking="false" />
+ <itemData name="Qt4 Classes" defStyleNum="dsOthers" spellChecking="false" />
+ <itemData name="Qt4 Functions" defStyleNum="dsOthers" spellChecking="false" />
+ <itemData name="Qt4 Macros" defStyleNum="dsOthers" spellChecking="false" />
</itemDatas>
</highlighting>