diff options
author | kudah <kudahkukarek@gmail.com> | 2013-05-09 23:10:04 +0300 |
---|---|---|
committer | kudah <kudahkukarek@gmail.com> | 2013-05-09 23:10:04 +0300 |
commit | fbf53dce4aca781ab5470b13188cbfbc781f3f99 (patch) | |
tree | 3a4ba18324eb149f594d57a985e553af0e5d86c7 /src | |
parent | 3c942cdc536135a3b480547ab687038a61183719 (diff) | |
download | scintilla-mirror-fbf53dce4aca781ab5470b13188cbfbc781f3f99.tar.gz |
* Literate Haskell support
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index cd69d814b..0ca6e67a5 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -128,6 +128,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmKix); LINK_LEXER(lmLatex); LINK_LEXER(lmLISP); + LINK_LEXER(lmLiterateHaskell); LINK_LEXER(lmLot); LINK_LEXER(lmLout); LINK_LEXER(lmLua); |