summaryrefslogtreecommitdiffstats
path: root/kate/data/ample.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/ample.xml')
-rw-r--r--kate/data/ample.xml38
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 &amp; 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 &amp; 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="&quot;"/>