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/cmake.xml | |
parent | 1bb6f88d298d1019c0c635dbff197a6a57d16c26 (diff) | |
download | tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.tar.gz tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.zip |
Kate syntax highlighting files update - Jul 2014
Diffstat (limited to 'kate/data/cmake.xml')
-rw-r--r-- | kate/data/cmake.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kate/data/cmake.xml b/kate/data/cmake.xml index 692451395..fa499c3dd 100644 --- a/kate/data/cmake.xml +++ b/kate/data/cmake.xml @@ -28,12 +28,12 @@ <!-- generated for "cmake version 2.8.12.1" --> <language name="CMake" - version="1.29-1" + version="1.30-1" kateversion="2.4" section="Other" extensions="CMakeLists.txt;*.cmake;*.cmake.in" style="CMake" - mimetype="" + mimetype="text/x-cmake" author="Alexander Neundorf (neundorf@kde.org)" license="LGPL" > @@ -980,6 +980,7 @@ <IncludeRules context="Detect Generator Expressions"/> </context> <context attribute="Comment" lineEndContext="#pop" name="Comment"> + <LineContinue attribute="Comment" context="#pop" /> <IncludeRules context="##Alerts" /> <IncludeRules context="##Modelines" /> </context> |