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/tacl.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/tacl.tes')
-rw-r--r-- | lib/lexers/tacl.tes | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/lexers/tacl.tes b/lib/lexers/tacl.tes new file mode 100644 index 0000000..d51edef --- /dev/null +++ b/lib/lexers/tacl.tes @@ -0,0 +1,28 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.tacl]{ [_ + _.taclM[lexer.checkname] +]_ } + +@[lexer.set.tacl]{ + ESSETLEXER,SCLEX_TACL + 0ESSETKEYWORDS + activate add adddsttransition adduser alter altpri assign attachseg + backupcpu break builtins buscmd clear columnize comment compute copy dump copyvar + create createseg debug debugnow default delete deluser detachseg env exit fileinfo + filenames files filetovar help history home info initterm inlecho inleof inlout + inlprefix inlto join keep keys lights load loaded files logoff logon o obey outvar + param password pause pmsearch pmsg pop ppd purge push rcvdump receivedump reload + remotepassword rename reset rpasswrd run rund seginfo set setprompt settime show sink + status stop suspend switch system systimes time timestamp_to_text useusers + variables varinfo vartofile vchange vcopy vdelete vfind vinsert vlist vmove volume + vtree wakeup who xbusdown xbusup ybusdown ybusup _comparev _contime_to_text + _contime_to_text_date _contime_to_text_time _debugger _execute _longest _month3 + :M[color.comment],2M[color.set] + :M[color.number],4M[color.set] + :M[color.keyword],5M[color.set] + :M[color.string],6M[color.set] + :M[color.string2],7M[color.set] + :M[color.preproc],9M[color.set] + :M[color.operator],10M[color.set] +} |