diff options
Diffstat (limited to 'kate/data/cpp.xml')
-rw-r--r-- | kate/data/cpp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/cpp.xml b/kate/data/cpp.xml index 1f3bb6a8f..6efe9cb3c 100644 --- a/kate/data/cpp.xml +++ b/kate/data/cpp.xml @@ -6,8 +6,8 @@ <!ENTITY ns_punctuators "!%&space;&()+-/.*<=>?[]{|}~^&separators;"> ]> -<language - name="C++" section="Sources" version="1.0" kateversion="2.4" indenter="cstyle" style="C++" +<language name="C++" section="Sources" + version="1.0" 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" license="LGPL" priority="1" > |