summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 11:05:10 -0600
committerTimothy Pearson <[email protected]>2011-12-03 11:05:10 -0600
commitf7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch)
tree1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml
parent85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff)
downloadtde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz
tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip
Second part of prior commit
Diffstat (limited to 'tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml')
-rw-r--r--tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml141
1 files changed, 0 insertions, 141 deletions
diff --git a/tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml b/tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml
deleted file mode 100644
index 0da14a4ef1c..00000000000
--- a/tde-i18n-en_GB/data/kdeedu/kturtle/logohighlightstyle.en_GB.xml
+++ /dev/null
@@ -1,141 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE language>
-<!-- Logo syntax highlightning v0.2 by Cies Breijs -->
-<language name="en_US" version="0.2" kateversion="2.1" section="Logo" extensions="*.logo;*.lgo;*.LOGO;*.Logo" mimetype="text/x-logosrc;text/x-logo;application/x-logo" priority="9" casesensitive="0">
-
-
-<highlighting>
- <list name="metafunctions">
- <item> learn </item>
- </list>
-
- <list name="statements">
- <item> run </item>
- <item> clear </item>
- <item> ccl </item>
- <item> go </item>
- <item> gox </item>
- <item> gx </item>
- <item> goy </item>
- <item> gy </item>
- <item> forward </item>
- <item> fw </item>
- <item> backward </item>
- <item> bw </item>
- <item> direction </item>
- <item> dir </item>
- <item> turnleft </item>
- <item> tl </item>
- <item> turnright </item>
- <item> tr </item>
- <item> centre </item>
- <item> penwidth </item>
- <item> pw </item>
- <item> penup </item>
- <item> pu </item>
- <item> pendown </item>
- <item> pd </item>
- <item> pencolour </item>
- <item> pc </item>
- <item> canvascolour </item>
- <item> cc </item>
- <item> canvassize </item>
- <item> cs </item>
- <item> show </item>
- <item> ss </item>
- <item> hide </item>
- <item> sh </item>
- <item> press </item>
- <item> sp </item>
- <item> change </item>
- <item> sc </item>
- <item> message </item>
- <item> inputwindow </item>
- <item> print </item>
- <item> fonttype </item>
- <item> fontsize </item>
- <item> random </item>
- <item> wrapon </item>
- <item> wrapoff </item>
- <item> reset </item>
- </list>
-
- <list name="controllers">
- <item> while </item>
- <item> foreach </item>
- <item> in </item>
- <item> for </item>
- <item> to </item>
- <item> do </item>
- <item> repeat </item>
- <item> rpt </item>
- <item> if </item>
- <item> else </item>
- <item> return </item>
- <item> break </item>
- <item> wait </item>
- </list>
-
- <list name="boolops">
- <item> and </item>
- <item> or </item>
- <item> not </item>
- </list>
-
- <contexts>
- <context name="Normal" attribute="Normal Text" lineEndContext="#stay">
-
- <keyword attribute="MetaFunctions" String="metafunctions" context="#stay"/>
- <keyword attribute="Statements" String="statements" context="#stay"/>
- <keyword attribute="Execution Controllers" String="controllers" context="#stay"/>
- <keyword attribute="Boolean Operators" String="boolops" context="#stay"/>
-
- <RegExpr attribute="Expressers" String="([!=&gt;&lt;][=]|[&gt;&lt;])" context="#stay"/>
- <RegExpr attribute="Normal" String="[a-zA-Z_][a-zA-Z_0-9]+" context="#stay"/>
- <RegExpr attribute="Number" String="([0-9]+\.[0-9]*|\.[0-9]+)?|[0-9]*" context="#stay"/>
- <RegExpr attribute="Comment" String="#.*$" context="#stay"/>
- <RegExpr attribute="Operator" String="[+*/\(\)-]" context="#stay"/>
- <RegExpr attribute="Scopes" String="[\[\]]" context="#stay"/>
- <DetectChar attribute="String" char="&quot;" context="String"/>
- </context>
-
- <context name="String" attribute="String" lineEndContext="#stay">
- <HlCStringChar attribute="String" context="#stay"/>
- <RegExpr attribute="Operator" String="%[a-zA-Z]" context="#stay"/>
- <DetectChar attribute="String" char="&quot;" context="#pop"/>
- </context>
-
- </contexts>
-
- <itemDatas>
- <itemData name="Normal Text" defStyleNum="dsNormal"/>
- <itemData name="Normal" defStyleNum="dsNormal"/>
- <itemData name="MetaFunctions" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
- <itemData name="Statements" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="0" italic="0"/>
- <itemData name="Execution Controllers" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="1" italic="0"/>
- <itemData name="Expressers" defStyleNum="dsKeyword" color="#1e99cc" selColor="#ffffff" bold="1" italic="0"/>
- <itemData name="Boolean Operators" defStyleNum="dsKeyword" color="#9922cc" selColor="#ffffff" bold="1" italic="0"/>
- <itemData name="Scopes" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
- <itemData name="Number" defStyleNum="dsFloat" color="#0000ff" selColor="#00eeff" bold="0" italic="0"/>
- <itemData name="Comment" defStyleNum="dsComment" color="#999922" selColor="#888888" bold="0" italic="0"/>
- <itemData name="String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
- <itemData name="Raw String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
- <itemData name="Operator" defStyleNum="dsOthers" color="#888888" selColor="#ffffff" bold="0" italic="0"/>
- </itemDatas>
-</highlighting>
-
-
-<general>
-
- <folding indentationsensitive="0" />
-
- <comments>
- <comment name="singleLine" start="#" />
- </comments>
-
- <keywords casesensitive="0" />
-
-</general>
-
-
-</language>