From df2708a7fcb804156a482546bfcc8ae887c49359 Mon Sep 17 00:00:00 2001 From: kudah Date: Thu, 9 May 2013 23:10:04 +0300 Subject: * 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 --- src/Catalogue.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit v1.2.3