aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorVicente <unknown>2017-03-06 13:58:24 +1100
committerVicente <unknown>2017-03-06 13:58:24 +1100
commit41c0c0f7083c0ddde020cf847cddef7894f2ded4 (patch)
treeead962b1d6d8237910946f618e76caf0fbfc739f /src
parentd38ff94eaa712ffc048b75764e394865ea31c2a8 (diff)
downloadscintilla-mirror-41c0c0f7083c0ddde020cf847cddef7894f2ded4.tar.gz
New "indent" lexer styled as plain text but folded by indentation level.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 2eadd9509..22e19bd06 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -126,6 +126,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmHaskell);
LINK_LEXER(lmHTML);
LINK_LEXER(lmIHex);
+ LINK_LEXER(lmIndent);
LINK_LEXER(lmInno);
LINK_LEXER(lmJSON);
LINK_LEXER(lmKix);