aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-02-18 10:10:46 +1100
committernyamatongwe <devnull@localhost>2012-02-18 10:10:46 +1100
commit6d6f18f5b951f055700094766edd76f41c115cce (patch)
treeedb9fe8fa0ab4da404850afbb011707d149367a8 /src
parent15e45c93ecb06037d8c76109736ac989eeb6b94a (diff)
downloadscintilla-mirror-6d6f18f5b951f055700094766edd76f41c115cce.tar.gz
Lexer added for ECL language. Feature #3488209.
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 4773fffc0..7a3357dab 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -109,6 +109,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmCss);
LINK_LEXER(lmD);
LINK_LEXER(lmDiff);
+ LINK_LEXER(lmECL);
LINK_LEXER(lmEiffel);
LINK_LEXER(lmEiffelkw);
LINK_LEXER(lmErlang);