diff options
author | Iain Clarke <unknown> | 2019-04-29 13:08:39 +1000 |
---|---|---|
committer | Iain Clarke <unknown> | 2019-04-29 13:08:39 +1000 |
commit | e703a397f626208f54703d8af54f31f21c88259d (patch) | |
tree | 15b279fa9c3fd91f5896623c99df8d828adf080a /src | |
parent | 0ddf701022ac01180d1e00372e8ccc43d69d85a2 (diff) | |
download | scintilla-mirror-e703a397f626208f54703d8af54f31f21c88259d.tar.gz |
Feature [feature-requests:#1280]. Lexer added for X12.
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 ab951435e..d221113ce 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -194,6 +194,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmVerilog); LINK_LEXER(lmVHDL); LINK_LEXER(lmVisualProlog); + LINK_LEXER(lmX12); LINK_LEXER(lmXML); LINK_LEXER(lmYAML); |