aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIain Clarke <unknown>2016-11-25 16:59:23 +1100
committerIain Clarke <unknown>2016-11-25 16:59:23 +1100
commitb1f87aa880c7319105ab49e205bc8d3bff13bc06 (patch)
tree858e6d8aadfb1d5275a7fa3fa9407790d96647c6 /src
parent7ac968971d5cc25e4a15707ff238e52c1d1faab4 (diff)
downloadscintilla-mirror-b1f87aa880c7319105ab49e205bc8d3bff13bc06.tar.gz
Feature [feature-requests:#1166]. EDIFACT lexer and folder 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 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);