diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:40:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:48:01 +0100 |
commit | 83f18d2578288fe71fca409e4f03434346b0d5b7 (patch) | |
tree | 4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/freebasic.tes | |
parent | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff) | |
download | sciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz |
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla.
scite2co.lua does not do a good job of generating styles when
SciTE's property files use hardcoded colors/fonts.
This commit only includes reasonably good conversion results.
The remaining languages need some additional manual labor.
* Even these lexers are not perfect and should be revised by comparing
them with SciTE's properties.
* So many lexers make the "lexer.auto" macro too slow.
We need some optimization. E.g. the search-command optimization
described in TODO, or an extended EN command for globbing manually
specified file names.
Diffstat (limited to 'lib/lexers/freebasic.tes')
-rw-r--r-- | lib/lexers/freebasic.tes | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/lexers/freebasic.tes b/lib/lexers/freebasic.tes new file mode 100644 index 0000000..12e0263 --- /dev/null +++ b/lib/lexers/freebasic.tes @@ -0,0 +1,48 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.freebasic]{ [_ + _.[bas,bi]M[lexer.checkname] +]_ } + +@[lexer.set.freebasic]{ + ESSETLEXER,SCLEX_FREEBASIC + 0ESSETKEYWORDS + append as asc asin asm atan2 atn beep bin binary bit bitreset bitset bload + bsave byref byte byval call callocate case cbyte cdbl cdecl chain chdir chr cint + circle clear clng clngint close cls color command common cons const continue cos + cshort csign csng csrlin cubyte cuint culngint cunsg curdir cushort custom cvd cvi + cvl cvlongint cvs cvshort data date deallocate declare defbyte defdbl defined + defint deflng deflngint defshort defsng defstr defubyte defuint defulngint + defushort dim dir do double draw dylibload dylibsymbol else elseif end enum environ + environ$ eof eqv erase err error exec exepath exit exp export extern field fix flip + for fre freefile function get getjoystick getkey getmouse gosub goto hex hibyte + hiword if iif imagecreate imagedestroy imp inkey inp input instr int integer is + kill lbound lcase left len let lib line lobyte loc local locate lock lof log long + longint loop loword lset ltrim mid mkd mkdir mki mkl mklongint mks mkshort mod + multikey mutexcreate mutexdestroy mutexlock mutexunlock name next not oct on once + open option or out output overload paint palette pascal pcopy peek peeki peeks + pipe pmap point pointer poke pokei pokes pos preserve preset print private + procptr pset ptr public put random randomize read reallocate redim rem reset restore + resume resume next return rgb rgba right rmdir rnd rset rtrim run sadd screen + screencopy screeninfo screenlock screenptr screenres screenset screensync screenunlock + seek statement seek function selectcase setdate setenviron setmouse settime sgn + shared shell shl short shr sin single sizeof sleep space spc sqr static stdcall + step stop str string string strptr sub swap system tab tan then threadcreate + threadwait time time timer to trans trim type ubound ubyte ucase uinteger ulongint + union unlock unsigned until ushort using va_arg va_first va_next val val64 valint + varptr view viewprint wait wend while width window windowtitle with write xor + zstring + :M[color.comment],1M[color.set] + :M[color.number],2M[color.set] + :M[color.keyword],3M[color.set] + :M[color.string],4M[color.set] + :M[color.preproc],5M[color.set] + :M[color.operator],6M[color.set] + :M[color.keyword],10M[color.set] + :M[color.keyword],11M[color.set] + :M[color.keyword],12M[color.set] + :M[color.preproc],15M[color.set] + :M[color.error],16M[color.set] + :M[color.number],17M[color.set] + :M[color.number],18M[color.set] +} |