diff options
author | Iain Clarke <unknown> | 2016-11-25 16:59:23 +1100 |
---|---|---|
committer | Iain Clarke <unknown> | 2016-11-25 16:59:23 +1100 |
commit | b1f87aa880c7319105ab49e205bc8d3bff13bc06 (patch) | |
tree | 858e6d8aadfb1d5275a7fa3fa9407790d96647c6 /src | |
parent | 7ac968971d5cc25e4a15707ff238e52c1d1faab4 (diff) | |
download | scintilla-mirror-b1f87aa880c7319105ab49e205bc8d3bff13bc06.tar.gz |
Feature [feature-requests:#1166]. EDIFACT lexer and folder added.
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 e6aa2587e..2eadd9509 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -110,6 +110,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmDMAP); LINK_LEXER(lmDMIS); LINK_LEXER(lmECL); + LINK_LEXER(lmEDIFACT); LINK_LEXER(lmEiffel); LINK_LEXER(lmEiffelkw); LINK_LEXER(lmErlang); |