diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/data/tibasic.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/tibasic.xml')
-rw-r--r-- | kate/data/tibasic.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/kate/data/tibasic.xml b/kate/data/tibasic.xml new file mode 100644 index 000000000..0b2d67dbd --- /dev/null +++ b/kate/data/tibasic.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE language SYSTEM "language.dtd"> +<language name="TI Basic" version="1.01" kateversion="2.3" section="Scientific" extensions=""> + <highlighting> + <list name="keywords"> + <item>If </item> + <item>Then </item> + <item>Else </item> + <item>For </item> + <item>While </item> + <item>Repeat </item> + <item>End </item> + <item>Pause </item> + <item>Lbl </item> + <item>Goto </item> + <item>IS> </item> + <item>DS< </item> + <item>Menu </item> + <item>prgm </item> + <item>Return </item> + <item>DelVar </item> + <item>GraphStyle </item> + <item>Input </item> + <item>Prompt </item> + <item>Disp </item> + <item>DispGraph </item> + <item>DispTable </item> + <item>Output </item> + <item>getKey </item> + <item>ClrHome </item> + <item>ClrTable </item> + <item>GetCalc </item> + <item>Get </item> + <item>Send</item> + <item>prgm</item> + </list> + <list name="special_sym"> + <item>net</item> + <item>eogt</item> + <item>eolt</item> + <item>sqrt</item> + <item>%THETA</item> + </list> + <contexts> + <context attribute="Normal Text" lineEndContext="#stay" name="Normal"> + <keyword attribute="Keyword" context="#stay" String="keywords"/> + <keyword attribute="Special operators" context="#stay" String="special_sym" /> + + <Detect2Chars attribute="Assignment" context="#stay" char="-" char1=">"/> + <Detect2Chars attribute="Assignment" context="#stay" char="s" char1="t"/> + + <RegExpr attribute="Matrix" context="#stay" String="\[\w\]" /> + <DetectChar attribute="String" context="String" char="""/> + </context> + <context attribute="String" lineEndContext="#stay" name="String"> + <DetectChar attribute="String" context="#pop" char="""/> + </context> + </contexts> + <itemDatas> + <itemData name="Normal Text" defStyleNum="dsNormal"/> + <itemData name="Assignment" defStyleNum="dsOthers" /> + <itemData name="Keyword" defStyleNum="dsKeyword" /> + <itemData name="String" defStyleNum="dsString" /> + <itemData name="Special operators" defStyleNum="dsNormal" /> + <itemData name="Matrix" defStyleNum="dsNormal" /> + </itemDatas> + </highlighting> + <general> + <keywords casesensitive="0" weakDeliminator="%<>"/> + </general> +</language> |