diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 21:48:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 21:48:37 +0900 |
commit | b956734b51a178ba083848672b006aa325217381 (patch) | |
tree | a602f576964c96c18c62796dadfef758c922e20f /kate/data/hunspell-aff.xml | |
parent | dfe3c9649f649f2dbd7eac60e3847d4e978e24f4 (diff) | |
download | tdelibs-b956734b51a178ba083848672b006aa325217381.tar.gz tdelibs-b956734b51a178ba083848672b006aa325217381.zip |
Update Kate syntax highlight files from
http://kate-editor.org/syntax/2.5/ sources.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/hunspell-aff.xml')
-rw-r--r-- | kate/data/hunspell-aff.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kate/data/hunspell-aff.xml b/kate/data/hunspell-aff.xml index bf1c14218..843d50518 100644 --- a/kate/data/hunspell-aff.xml +++ b/kate/data/hunspell-aff.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd" > -<language name="Hunspell Affix File" section="Other" extensions="*.aff" priority="-9" version="1" kateversion="2.4" author="Lukas Sommer" license="LGPL version 2.1, or version 3 or later versions approved by the membership of KDE e.V.; or any other license appoved by the emembership of KDE e.V."> +<!-- +License: LGPL version 2.1, or version 3 or later versions approved by the membership of KDE e.V.; or any other license appoved by the memembership of KDE e.V. +--> +<language name="Hunspell Affix File" section="Other" extensions="*.aff" priority="-9" version="2" kateversion="2.4" author="Lukas Sommer" license="LGPLv2.1+KDE e.V."> <highlighting> @@ -193,7 +196,7 @@ <context name="context_morphologicalFields" attribute="Keyword" lineEndContext="#pop"> <DetectSpaces/> <DetectChar char="#" attribute="Comment" context="context_comment" /> - <DetectChar char=":" attribute="itemData2_Keyword" context="context_morphologicalFieldsContent" /> + <DetectChar char=":" attribute="Keyword" context="context_morphologicalFieldsContent" /> </context> <context name="context_morphologicalFieldsContent" attribute="String" lineEndContext="#pop"> |