diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-01-09 00:24:34 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-09 00:24:34 +0100 |
commit | bf4e405e03859bf383f55715944f4f71bd338c34 (patch) | |
tree | 293783d05c079b477b9ef396bbd851ca01714e2d /kate/data/m4.xml | |
parent | c5189a79b8621b38b53e3cec952d49630e16dd3a (diff) | |
download | tdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.tar.gz tdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.zip |
Update kate syntax highlight files
Diffstat (limited to 'kate/data/m4.xml')
-rw-r--r-- | kate/data/m4.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/m4.xml b/kate/data/m4.xml index e39c6e696..76fa302b0 100644 --- a/kate/data/m4.xml +++ b/kate/data/m4.xml @@ -6,7 +6,7 @@ Corresponds to GNU M4 version 1.4.16. For KatePart (Kate, KWrite etc) copy this file to - $TDEHOME/share/apps/katepart/syntax/ + ~/.trinity/share/apps/katepart/syntax/ For Qt Creator copy this file to ~/.config/Nokia/qtcreator/generic-highlighter/ @@ -38,7 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> -<language name="GNU M4" version="1.0" section="Sources" kateversion="2.5" extensions="*.m4;" author="Jaak Ristioja" license="New BSD License"> +<language name="GNU M4" version="1.2" section="Sources" kateversion="2.5" extensions="*.m4;" author="Jaak Ristioja" license="New BSD License"> <highlighting> <list name="optbuiltins"> <item> __gnu__ </item> @@ -153,7 +153,7 @@ <item> m4_undivert </item> </list> <contexts> - <context attribute="Normal Text" lineEndContext="#pop" name="Normal Text"> + <context attribute="Normal Text" lineEndContext="#stay" name="Normal Text"> <keyword attribute="Builtins" String="builtins" context="#stay"/> <keyword attribute="Builtins (prefixed with m4_)" String="m4_builtins" context="#stay"/> <keyword attribute="Optional builtins" String="optbuiltins" context="#stay"/> |