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/powerpro.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/powerpro.tes')
-rw-r--r-- | lib/lexers/powerpro.tes | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/lexers/powerpro.tes b/lib/lexers/powerpro.tes new file mode 100644 index 0000000..d0a7407 --- /dev/null +++ b/lib/lexers/powerpro.tes @@ -0,0 +1,30 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.powerpro]{ [_ + _.powerproM[lexer.checkname] +]_ } + +@[lexer.set.powerpro]{ + ESSETLEXER,SCLEX_POWERPRO + 0ESSETKEYWORDS + break do else elseif endfor endif for function global gt if ifelse ifx jump + local lt quit static + 1ESSETKEYWORDS + win.debug win.debugshow win.exists win.getdisplayrect win.getfocus + win.gethandle win.getrect win.getsystemmetrics win.gettext win.maximize win.minimize + win.move win.sendkeys win.setdebug win.setfocus win.setrect win.settext win.show|bar + case clip env exec fill flag floattostring format formattime ftos index input + inputcancel inputdefault inputdialog join length messagebox mouse not note readline + remove replace replacechars replaceg revindex select stof validpath visiblewindow + wait wait.activity wait.for wait.forinterval wait.message wait.quit wait.ready + wait.sleep wait.until wallpaper window window word + :M[color.comment],1M[color.set] + :M[color.comment],2M[color.set] + :M[color.number],3M[color.set] + :M[color.string],8M[color.set] + :M[color.string2],9M[color.set] + :M[color.preproc],10M[color.set] + :M[color.operator],11M[color.set] + :M[color.string2],14M[color.set] + :M[color.string],15M[color.set] +} |