diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-19 14:44:45 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:47 +0100 |
commit | a1d50519d7049fc24ca1e376b3de0ae9a2ec50e0 (patch) | |
tree | 98a11cb074091f50db1b0b1544719f1bd347c937 /kate/data/gettext.xml | |
parent | 432eec4ef21b0dde249d6363b347d9eab0700599 (diff) | |
download | tdelibs-a1d50519d7049fc24ca1e376b3de0ae9a2ec50e0.tar.gz tdelibs-a1d50519d7049fc24ca1e376b3de0ae9a2ec50e0.zip |
Kate syntax highlighting files update - Sep 2014
(cherry picked from commit 87fd132d0145d36d9eae9cdf521935202db228f7)
Diffstat (limited to 'kate/data/gettext.xml')
-rw-r--r-- | kate/data/gettext.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/data/gettext.xml b/kate/data/gettext.xml index 95ef695d8..56560ddd2 100644 --- a/kate/data/gettext.xml +++ b/kate/data/gettext.xml @@ -23,7 +23,7 @@ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> -<language name="GNU Gettext" version="2.00-1" kateversion="2.4" section="Markup" extensions="*.po;*.pot" mimetype="text/x-gettext-translation" author="Dominik Haumann (dhdev@gmx.de)" license="LGPL"> +<language name="GNU Gettext" version="2.01-1" kateversion="2.4" section="Markup" extensions="*.po;*.pot" mimetype="text/x-gettext-translation" author="Dominik Haumann (dhdev@gmx.de)" license="LGPL"> <highlighting> <contexts> @@ -83,7 +83,7 @@ <DetectChar attribute = "StringTag" char=">" context="#pop"/> <DetectChar attribute = "String" char=""" context="StringWrapSub"/> </context> - <context name = "StringWrap" lineEndContext="#stay"> + <context name = "StringWrap" attribute = "String" lineEndContext="#stay"> <DetectChar attribute = "String" char=""" context="#pop"/> <RegExpr String="." lookAhead="true" context="#pop#pop"/> </context> @@ -97,7 +97,7 @@ <StringDetect attribute = "StringDiffOldWrap" String="-}" context="#pop"/> <DetectChar attribute = "String" char=""" context="StringWrapSub"/> </context> - <context name = "StringWrapSub" lineEndContext="#stay"> + <context name = "StringWrapSub" attribute = "String" lineEndContext="#stay"> <DetectChar attribute = "String" char=""" context="#pop"/> <RegExpr String="." lookAhead="true" context="#pop#pop#pop"/> </context> @@ -139,12 +139,12 @@ <StringDetect attribute = "StringDiffOldWrapPrevious" String="-}" context="#pop"/> <DetectChar attribute = "StringPrevious" char=""" context="StringWrapSubPrevious"/> </context> - <context name = "StringWrapPrevious" lineEndContext="#stay"> + <context name = "StringWrapPrevious" attribute = "StringPrevious" lineEndContext="#stay"> <RegExpr String="[^#]" firstNonSpace="true" lookAhead="true" context="#pop#pop"/> <RegExpr attribute = "StringPrevious" String="(#\|)? *"" context="#pop"/> <RegExpr String="." lookAhead="true" context="#pop#pop"/> </context> - <context name = "StringWrapSubPrevious" lineEndContext="#stay"> + <context name = "StringWrapSubPrevious" attribute = "StringPrevious" lineEndContext="#stay"> <RegExpr String="[^#]" firstNonSpace="true" lookAhead="true" context="#pop#pop#pop"/> <RegExpr attribute = "StringPrevious" String="(#\|)? *"" context="#pop"/> <RegExpr String="." lookAhead="true" context="#pop#pop#pop"/> |