diff options
Diffstat (limited to 'lib/lexers/js.tes')
-rw-r--r-- | lib/lexers/js.tes | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/lexers/js.tes b/lib/lexers/js.tes new file mode 100644 index 0000000..50953af --- /dev/null +++ b/lib/lexers/js.tes @@ -0,0 +1,27 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.js]{ [_ + _.[js,es,json]M[lexer.checkname] +]_ } + +@[lexer.set.js]{ + ESSETLEXER,SCLEX_CPP + 0ESSETKEYWORDS + abstract boolean break byte case catch char class const continue debugger + default delete do double else enum export extends final finally float for function + goto if implements import in instanceof int interface long native new package + private protected public return short static super switch synchronized this throw + throws transient try typeof var void volatile while with + :M[color.comment],1M[color.set] + :M[color.comment],2M[color.set] + :M[color.comment],3M[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] + :M[color.comment],15M[color.set] + :M[color.string],20M[color.set] + :M[color.comment],24M[color.set] +} |