1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<document exts="bas;bi" langs="BASIC">
<item name="options" casecare="0" wrap="0">
</item>
<item name="keywords" type="keywords" color="keywords" fontstyle="bold">\band\b;\bandalso\b;\bas\b;\bbyref\b;\bcircle\b;
\bcls\b;\bcolor\b;\bdeclare\b;\bdefint\b;
\bdefsng\b;\bdefstr\b;\bdelete\b;\bdim\b;
\bdo\b;\bdraw\b;\bdynamic\b;\bend\b;
\benum\b;\beqv\b;\berase\b;\bexplicit\b;
\bextern\b;\bfor\b;\bfunction\b;\bget\b;
\bgetkey\b;\bimp\b;\binkey\b;\binput\b;
\bline\b;\blocate\b;\bloop\b;\bmod\b;
\bnew\b;\bnext\b;\bnot\b;\boption\b;
\bor\b;\borelse\b;\bpeek\b;\bpoke\b;
\bprint\b;\bprivate\b;\bput\b;\bredim\b;\breturn\b;
\bscope\b;\bscreen\b;\bscreenres\b;\bshared\b;
\bshl\b;\bshr\b;\bsleep\b;\bsub\b;\btype\b;
\bunion\b;\buntil\b;\bvar\b;\bwend\b;\bwhile\b;
\bwith\b;\bxor\b;\bconst\b;\bpublic\b;\bif\b;\bthen\b;\belse\b;\bcall\b;\bexit\b</item>
<item name="types" type="keywords" color="type">
\bbyte\b;\bdouble\b;\binteger\b;
\blong\b;\blongint\b;\bpointer\b;
\bptr\b;\bshort\b;\bsingle\b;
\bstatic\b;\bstring\b;\bubyte\b;
\buinteger\b;\bulong\b;\bulongint\b;
\bunsigned\b;\bwstring\b;\bzstring\b</item>
<item name="single comment" type="item" color="single comment" fontstyle="bold">
'[^\n]*
</item>
<item name="single comment" type="item" color="single comment" fontstyle="bold">
rem [^\n]*
</item>
<item name="cm_single" type="comment">rem %s</item>
<item name="quotes" type="item" color="quotes" fontstyle="italic">
".*"
</item>
<item name="mcomment-start" type="mcomment-start" color="mcomment-start" fontstyle="italic">
/\*
</item>
<item name="mcomment-end" type="mcomment-end">
\*/
</item>
<item name="include" type="item" color="include" fontstyle="italic">
^#include
</item>
<item name="preproc" type="item" color="preproc" fontstyle="italic">
^#.*
</item>
</document>
|