diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-03 00:41:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-03 00:41:25 +0900 |
commit | bb647dca1516a45ce18f2e040bd20528f588e2fe (patch) | |
tree | 0fe5d9a19e884335a14fdf9741f772b2474df43e /kate/data/rpmspec.xml | |
parent | a7e4c6b5e7916d924c2a9b75a10e427b556b8d65 (diff) | |
download | tdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.tar.gz tdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.zip |
Kate syntax highlighting files update - Feb 2014
Diffstat (limited to 'kate/data/rpmspec.xml')
-rw-r--r-- | kate/data/rpmspec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/rpmspec.xml b/kate/data/rpmspec.xml index e08b9776e..f93abe526 100644 --- a/kate/data/rpmspec.xml +++ b/kate/data/rpmspec.xml @@ -8,7 +8,7 @@ <!ENTITY os_conditionals_names "(ifos|ifnos)"> <!ENTITY lookahead_whitespace_eol "(?=($| |\t))"> ]> -<language name="RPM Spec" version="2.04" kateversion="2.5" section="Other" extensions="*.spec" mimetype="" license="public domain"> +<language name="RPM Spec" version="2.03" kateversion="2.4" section="Other" extensions="*.spec" mimetype="" license="public domain"> <!-- The entities "arch" and "os" are based on /usr/lib/rpm/rpmrc (in the version coming with openSUSE 11.4). --> @@ -381,7 +381,7 @@ </context> <!-- This context handles quoted strings in %if statements. WARNING: Make sure that you - switch to this context _after_ parsing the starting ", because at the first occurence + switch to this context _after_ parsing the starting ", because at the first occurrence of " this context switches back. --> <context attribute="String" lineEndContext="#pop" name="quoted strings in if statements"> <!-- Handle \ --> |