diff options
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"/> |