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 | df2708a7fcb804156a482546bfcc8ae887c49359 (patch) | |
tree | beaca306e3e61f06a23e46105417c62e3ec12668 /src | |
parent | fc45916ab1b338983808e904d6316ffcc9d1be50 (diff) | |
download | scintilla-mirror-df2708a7fcb804156a482546bfcc8ae887c49359.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); |