diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-19 14:44:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-19 14:44:45 +0900 |
commit | 87fd132d0145d36d9eae9cdf521935202db228f7 (patch) | |
tree | 8e8126d831ffd90f38c34e49cdaec9b134086a8a /kate/data/ample.xml | |
parent | 2824570e9e6581acc1b9ed81a8889ff5f58dd383 (diff) | |
download | tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.tar.gz tdelibs-87fd132d0145d36d9eae9cdf521935202db228f7.zip |
Kate syntax highlighting files update - Sep 2014
Diffstat (limited to 'kate/data/ample.xml')
-rw-r--r-- | kate/data/ample.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/kate/data/ample.xml b/kate/data/ample.xml index d5298f15c..fe95dde70 100644 --- a/kate/data/ample.xml +++ b/kate/data/ample.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="AMPLE" version="0.2" kateversion="2.4" section="Scripts" extensions="*.ample;*.menu;*.startup" mimetype="text/x-amplesrc" priority="5" author="Christian Parg (cparg@gmx.de)" license="Apache & LGPL" > +<language name="AMPLE" version="0.3" kateversion="2.4" section="Scripts" extensions="*.ample;*.menu;*.startup" mimetype="text/x-amplesrc" priority="5" author="Christian Parg (cparg@gmx.de)" license="Apache & LGPL" > <!-- ################################################################################################# ## AMPLE Highlight file by Christian Parg (cparg_(at)_gmx_de) @@ -3683,27 +3683,27 @@ Note: I used this hack to extract the functions from the reference documentation <DetectChar attribute="Symbol" context="#stay" char="{" beginRegion="Brace1" /> <DetectChar attribute="Symbol" context="#stay" char="}" endRegion="Brace1" /> <Float attribute="Float" context="#stay"> - <StringDetect attribute="Decimal" context="#stay" String="meg" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="f" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="p" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="n" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="u" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="m" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="k" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="g" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="t" insensitive="TRUE"/> + <StringDetect attribute="Decimal" context="#stay" String="meg" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="f" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="p" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="n" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="u" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="m" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="k" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="g" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="t" insensitive="true"/> </Float> <Int attribute="Decimal" context="#stay" > - <StringDetect attribute="Decimal" context="#stay" String="meg" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="f" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="p" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="n" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="u" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="m" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="k" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="g" insensitive="TRUE"/> - <StringDetect attribute="Decimal" context="#stay" String="t" insensitive="TRUE"/> + <StringDetect attribute="Decimal" context="#stay" String="meg" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="f" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="p" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="n" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="u" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="m" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="k" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="g" insensitive="true"/> + <StringDetect attribute="Decimal" context="#stay" String="t" insensitive="true"/> </Int> <HlCChar attribute="Char" context="#stay"/> <DetectChar attribute="String" context="String" char="""/> |