aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/systemverilog.tes
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24added new lexer configs auto-generated by scite2co.luaRobin Haberkorn1-0/+68
* 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.