aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornkmathew <unknown>2016-03-20 23:19:59 +1100
committernkmathew <unknown>2016-03-20 23:19:59 +1100
commit269bff4307f3130d1873130baf13b963ef34da0b (patch)
treec2cb2635d0a1115ddb311354be4642f25666736a /src
parent263292431cc87c6941b7474ddee8baa111bde6bf (diff)
downloadscintilla-mirror-269bff4307f3130d1873130baf13b963ef34da0b.tar.gz
Feature [feature-requests:#1140]. JSON lexer added.
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 ed47aa8b7..e6aa2587e 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -126,6 +126,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmHTML);
LINK_LEXER(lmIHex);
LINK_LEXER(lmInno);
+ LINK_LEXER(lmJSON);
LINK_LEXER(lmKix);
LINK_LEXER(lmKVIrc);
LINK_LEXER(lmLatex);