diff options
author | mitchell <unknown> | 2019-05-27 18:34:00 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-05-27 18:34:00 -0400 |
commit | f84f2a3daef704cb309009f51b5da9f325979f68 (patch) | |
tree | a4746a5660d9c015e96e0f3e9fce600e6bff4ad0 /src | |
parent | 920f6ebb1d99186ea0699c97235667239604f278 (diff) | |
download | scintilla-mirror-f84f2a3daef704cb309009f51b5da9f325979f68.tar.gz |
Backport: Feature [feature-requests:#1280]. Lexer added for X12.
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
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 6b70a9225..be08651c5 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -195,6 +195,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmVerilog); LINK_LEXER(lmVHDL); LINK_LEXER(lmVisualProlog); + LINK_LEXER(lmX12); LINK_LEXER(lmXML); LINK_LEXER(lmYAML); |