aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/mako.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:40:41 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:48:01 +0100
commit83f18d2578288fe71fca409e4f03434346b0d5b7 (patch)
tree4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/mako.tes
parentfec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff)
downloadsciteco-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/mako.tes')
-rw-r--r--lib/lexers/mako.tes85
1 files changed, 85 insertions, 0 deletions
diff --git a/lib/lexers/mako.tes b/lib/lexers/mako.tes
new file mode 100644
index 0000000..30accbe
--- /dev/null
+++ b/lib/lexers/mako.tes
@@ -0,0 +1,85 @@
+! AUTO-GENERATED FROM SCITE PROPERTY SET !
+
+@[lexer.test.mako]{ [_
+ _.[mak,mako]M[lexer.checkname]
+]_ }
+
+@[lexer.set.mako]{
+ ESSETLEXER,SCLEX_HYPERTEXT
+ 0ESSETKEYWORDS
+ a abbr acronym address applet area b base basefont bdo big blockquote body
+ br button caption center cite code col colgroup dd del dfn dir div dl dt em
+ fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input
+ ins isindex kbd label legend li link map menu meta noframes noscript object ol
+ optgroup option p param pre q s samp script select small span strike strong style sub
+ sup table tbody td textarea tfoot th thead title tr tt u ul var xml xmlns abbr
+ accept-charset accept accesskey action align alink alt archive axis background bgcolor
+ border cellpadding cellspacing char charoff charset checked cite class classid
+ clear codebase codetype color cols colspan compact content coords data datafld
+ dataformatas datapagesize datasrc datetime declare defer dir disabled enctype event face
+ for frame frameborder headers height href hreflang hspace http-equiv id ismap
+ label lang language leftmargin link longdesc marginwidth marginheight maxlength
+ media method multiple name nohref noresize noshade nowrap object onblur onchange
+ onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown
+ onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile
+ prompt readonly rel rev rows rowspan rules scheme scope selected shape size span
+ src standby start style summary tabindex target text title topmargin type usemap
+ valign value valuetype version vlink vspace width text password checkbox radio
+ submit reset file hidden image ^data- address article aside audio base canvas
+ command details datalist embed figure figcaption footer header hgroup keygen mark
+ menu meter nav output progress ruby rt rp section source time video wbr async
+ autocomplete autofocus contenteditable contextmenu draggable form formaction formenctype
+ formmethod formnovalidate formtarget list manifest max min novalidate pattern
+ placeholder required reversed role sandbox scoped seamless sizes spellcheck srcdoc step
+ public !doctype
+ 1ESSETKEYWORDS
+ 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
+ 2ESSETKEYWORDS
+ addressof alias and as attribute base begin binary boolean byref byte byval
+ call case cdbl cint clng compare const csng cstr currency date decimal declare
+ defbool defbyte defcur defdate defdbl defdec defint deflng defobj defsng defstr
+ defvar dim do double each else elseif empty end enum eqv erase error event exit
+ explicit false for friend function get global gosub goto if imp implements in input
+ integer is len let lib like load lock long loop lset me mid midb mod new next not
+ nothing null object on option optional or paramarray preserve print private property
+ public raiseevent randomize redim rem resume return rset seek select set single
+ static step stop string sub text then time to true type typeof unload until variant
+ wend while with withevents xor
+ 3ESSETKEYWORDS
+ and as assert break class continue def del elif else except exec finally for
+ from global if import in is lambda not or pass print raise return try while with
+ yield include namespace inherit call doc text page endclass endexcept endfinally
+ endfor endif endtry endwhile block
+ 4ESSETKEYWORDS
+ and array as bool boolean break case cfunction class const continue declare
+ default die directory do double echo else elseif empty enddeclare endfor endforeach
+ endif endswitch endwhile eval exit extends false float for foreach function global
+ goto if include include_once int integer isset list namespace new null object
+ old_function or parent print real require require_once resource return static stdclass
+ string switch true unset use var while xor abstract catch clone exception final
+ implements interface php_user_filter private protected public this throw try __class__
+ __dir__ __file__ __function__ __line__ __method__ __namespace__ __sleep __wakeup
+ 5ESSETKEYWORDS
+ ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
+ :M[color.number],5M[color.set]
+ :M[color.string],6M[color.set]
+ :M[color.string],7M[color.set]
+ :M[color.comment],42M[color.set]
+ :M[color.comment],43M[color.set]
+ :M[color.comment],44M[color.set]
+ :M[color.number],45M[color.set]
+ :M[color.keyword],47M[color.set]
+ :M[color.string],48M[color.set]
+ :M[color.string],49M[color.set]
+ :M[color.operator],50M[color.set]
+ :M[color.comment],72M[color.set]
+ :M[color.comment],82M[color.set]
+ :M[color.comment],92M[color.set]
+ :M[color.comment],107M[color.set]
+ :M[color.comment],124M[color.set]
+ :M[color.comment],125M[color.set]
+}