diff options
author | Michele Calgaro <[email protected]> | 2016-10-17 02:27:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-10-17 02:28:13 +0900 |
commit | d3b96e335f2f0412540d72a3d6e1d6449574c6f7 (patch) | |
tree | 3a772fe91647e6b78ff88ecbfa3efcb8d19fe90a /kate/data/winehq.xml | |
parent | 46887a349ea419f19d18e424a8b4a1c9c1e16e78 (diff) | |
download | tdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.tar.gz tdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.zip |
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646)
Diffstat (limited to 'kate/data/winehq.xml')
-rw-r--r-- | kate/data/winehq.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/winehq.xml b/kate/data/winehq.xml index 07919a86a..79e65cffb 100644 --- a/kate/data/winehq.xml +++ b/kate/data/winehq.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="WINE Config" version="1.03" kateversion="2.4" section="Configuration" extensions="*.reg" mimetype=""> +<language name="WINE Config" version="3" kateversion="2.4" section="Configuration" extensions="*.reg" mimetype=""> <highlighting> <contexts> <context attribute="Normal Text" lineEndContext="#stay" name="Normal"> <RegExpr String="WINE REGISTRY Version.*$" attribute="RegistryBeginEnd" context="#stay" /> <RegExpr String="#\s*<\s*wineconf\s*>" attribute="RegistryBeginEnd" context="#stay" column="0"/> <RegExpr String="#\s*<\s*\/\s*wineconf\s*>" attribute="RegistryBeginEnd" context="#stay" column="0"/> - <RegExpr String="\[.*\]$" attribute="Section" context="#stay" column="0"/> + <RegExpr String="\[.*\]" attribute="Section" context="#stay" column="0"/> <RegExpr String=";.*$" attribute="Comment" context="#stay"/> <RegExpr String="\s*"\s*[a-zA-Z0-9_.:*]*\s*"" attribute="Key" context="#stay" /> |