diff options
Diffstat (limited to 'context/data/scite/scite-context-external.properties')
-rw-r--r-- | context/data/scite/scite-context-external.properties | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/context/data/scite/scite-context-external.properties b/context/data/scite/scite-context-external.properties index 2bca111b4..5c7149341 100644 --- a/context/data/scite/scite-context-external.properties +++ b/context/data/scite/scite-context-external.properties @@ -35,14 +35,24 @@ file.patterns.cweb=*.h;*.c;*.w;*.hh;*.cc;*.ww;*.hpp;*.cpp;*.hxx;*.cxx; lexer.$(file.patterns.metapost)=lpeg_scite-context-lexer-mps lexer.$(file.patterns.metafun)=lpeg_scite-context-lexer-mps lexer.$(file.patterns.context)=lpeg_scite-context-lexer-tex -lexer.$(file.patterns.tex)=lpeg_scite-context-lexer-tex lexer.$(file.patterns.lua)=lpeg_scite-context-lexer-lua lexer.$(file.patterns.example)=lpeg_scite-context-lexer-xml lexer.$(file.patterns.text)=lpeg_scite-context-lexer-txt lexer.$(file.patterns.pdf)=lpeg_scite-context-lexer-pdf lexer.$(file.patterns.cweb)=lpeg_scite-context-lexer-web + +lexer.$(file.patterns.tex)=lpeg_scite-context-lexer-tex +lexer.$(file.patterns.xml)=lpeg_scite-context-lexer-xml +lexer.$(file.patterns.html)=lpeg_scite-context-lexer-xml lexer.$(file.patterns.cpp)=lpeg_scite-context-lexer-web +# It's a real pitty that we cannot overload the errorlist lexer. That would +# make scite even more interesting. Add to that including lpeg and the lpeg +# lexer and thereby providing an interface to properties. + +# lexer.errorlist=lpeg_scite-context-lexer-txt +# lexer.output=lpeg_scite-context-lexer-txt + comment.block.lpeg_scite-context-lexer-tex=% comment.block.at.line.start.lpeg_scite-context-lexer-tex=1 |