diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-28 19:12:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-28 19:12:40 +0900 |
commit | aa18c1556b6e122f4b414639cf091e1e3848b974 (patch) | |
tree | d6e4f87bbb5fe01930418319e474ba923a750dfa /kate/data/qt4.xml | |
parent | 1bb6f88d298d1019c0c635dbff197a6a57d16c26 (diff) | |
download | tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.tar.gz tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.zip |
Kate syntax highlighting files update - Jul 2014
Diffstat (limited to 'kate/data/qt4.xml')
-rw-r--r-- | kate/data/qt4.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kate/data/qt4.xml b/kate/data/qt4.xml index ba9481154..6ce265e35 100644 --- a/kate/data/qt4.xml +++ b/kate/data/qt4.xml @@ -11,9 +11,10 @@ <language name="C++/Qt4" section="Sources" - version="1.5-1" + version="1.9-1" kateversion="2.4" indenter="cstyle" + style="C++" mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr" extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;*.moc" author="Alex Turbov (i.zaufi@gmail.com)" @@ -472,8 +473,13 @@ <item> Q_DECL_CONSTEXPR </item> <item> Q_DECL_CONSTRUCTOR_DEPRECATED </item> <item> Q_DECL_DEPRECATED </item> + <item> Q_DECL_FINAL </item> <item> Q_DECL_HIDDEN </item> <item> Q_DECL_IMPORT </item> + <item> Q_DECL_OVERRIDE </item> + <item> Q_DECL_NOEXCEPT </item> + <item> Q_DECL_NOTHROW </item> + <item> Q_NULLPTR </item> <item> Q_DECL_VARIABLE_DEPRECATED </item> <item> Q_DESTRUCTOR_FUNCTION </item> <item> Q_DESTRUCTOR_FUNCTION0 </item> |