diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-04-01 12:37:46 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:41 +0100 |
commit | 7b2a8ccd031d9f0d9266e936c3d9cc9ccd432c89 (patch) | |
tree | 5f1c25dac04ddf0cd93ee106a7bbd0cc6418685c /kate/data/cmake.xml | |
parent | dcc8d1573618593b77c4abed8f7b1df875d90d51 (diff) | |
download | tdelibs-7b2a8ccd031d9f0d9266e936c3d9cc9ccd432c89.tar.gz tdelibs-7b2a8ccd031d9f0d9266e936c3d9cc9ccd432c89.zip |
Kate syntax highlighting files update - Mar 2014
(cherry picked from commit b8eb0069d3e17e98a6dbc5c1c4662d3a8d451611)
Diffstat (limited to 'kate/data/cmake.xml')
-rw-r--r-- | kate/data/cmake.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/kate/data/cmake.xml b/kate/data/cmake.xml index b20c1dcaa..692451395 100644 --- a/kate/data/cmake.xml +++ b/kate/data/cmake.xml @@ -26,7 +26,17 @@ ********************************************************************** --> <!-- generated for "cmake version 2.8.12.1" --> -<language name="CMake" version="1.26-1" kateversion="2.4" section="Other" extensions="CMakeLists.txt;*.cmake;" mimetype="" author="Alexander Neundorf (neundorf@kde.org)" license="LGPL"> +<language + name="CMake" + version="1.29-1" + kateversion="2.4" + section="Other" + extensions="CMakeLists.txt;*.cmake;*.cmake.in" + style="CMake" + mimetype="" + author="Alexander Neundorf (neundorf@kde.org)" + license="LGPL" + > <highlighting> <!-- ATTENTION Do not change the list name! Or change a generation script accordingly --> @@ -975,7 +985,6 @@ </context> <context attribute="Comment" lineEndContext="#stay" name="RST Documentation" dynamic="true"> <RegExpr attribute="Region Marker" context="#pop" String="^#?\]%1\]" dynamic="true" column="0" /> - <IncludeRules context="##reStructuredText" /> </context> <context attribute="Comment" lineEndContext="#stay" name="Bracketed Comment" dynamic="true"> <RegExpr attribute="Comment" context="#pop" String="^#?\]%1\]" dynamic="true" column="0" /> |