diff options
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 \ --> |