diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml')
-rw-r--r-- | tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml b/tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml new file mode 100644 index 00000000000..69a2bc2d4be --- /dev/null +++ b/tde-i18n-nl/data/tdeedu/kturtle/logohighlightstyle.nl.xml @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE language> +<!-- Logo syntax highlighting v0.2 by Cies Breijs --> +<language name="nl" 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> leer </item> + </list> + + <list name="statements"> + <item> voeruit </item> + <item> schoon </item> + <item> cs </item> + <item> ganaar </item> + <item> ganaarx </item> + <item> gx </item> + <item> ganaary </item> + <item> gy </item> + <item> vooruit </item> + <item> vt </item> + <item> achteruit </item> + <item> at </item> + <item> richting </item> + <item> rt </item> + <item> draailinks </item> + <item> dl </item> + <item> draairechts </item> + <item> dr </item> + <item> thuis </item> + <item> pendikte </item> + <item> pm </item> + <item> penop </item> + <item> po </item> + <item> penneer </item> + <item> pn </item> + <item> penkleur </item> + <item> pk </item> + <item> canvaskleur </item> + <item> ck </item> + <item> canvasmaat </item> + <item> cm </item> + <item> toon </item> + <item> ts </item> + <item> verberg </item> + <item> vs </item> + <item> druk </item> + <item> ds </item> + <item> kies </item> + <item> ks </item> + <item> bericht </item> + <item> invoervenster </item> + <item> schrijf </item> + <item> lettertype </item> + <item> lettermaat </item> + <item> gok </item> + <item> wikkelaan </item> + <item> wikkeluit </item> + <item> alsnieuw </item> + </list> + + <list name="controllers"> + <item> terwijl </item> + <item> voorelke </item> + <item> in </item> + <item> voor </item> + <item> tot </item> + <item> doe </item> + <item> herhaal </item> + <item> hh </item> + <item> als </item> + <item> anders </item> + <item> geefdoor </item> + <item> kap </item> + <item> wacht </item> + </list> + + <list name="boolops"> + <item> en </item> + <item> of </item> + <item> niet </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="([!=><][=]|[><])" 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=""" 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=""" 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> |