You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE language SYSTEM "language.dtd"
|
|
|
|
[
|
|
|
|
<!ENTITY space " ">
|
|
|
|
<!ENTITY separators ",;">
|
|
|
|
<!ENTITY ns_punctuators "!%&space;&()+-/.*<=>?[]{|}~^&separators;">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<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" >
|
|
|
|
|
|
|
|
<!--
|
|
|
|
This file is a wrapper from C++ to ISO C++. Its purpose is to provide C++ rules
|
|
|
|
inclusion to existing files that already include the text
|
|
|
|
<IncludeRules context="##C++" />
|
|
|
|
-->
|
|
|
|
|
|
|
|
<highlighting>
|
|
|
|
<contexts>
|
|
|
|
<context attribute="Normal Text" lineEndContext="#stay" name="Normal">
|
|
|
|
<IncludeRules context="##ISO C++" />
|
|
|
|
</context>
|
|
|
|
</contexts>
|
|
|
|
</highlighting>
|
|
|
|
|
|
|
|
</language>
|