aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-02-07 09:36:25 +1100
committernyamatongwe <devnull@localhost>2011-02-07 09:36:25 +1100
commitee3621fe7ec1b070f8fd9e102b02f021f10a5f3e (patch)
treebfca99531e040c15065a043e1450daeac885e820 /src
parent976668ba3341156e0901f97f6d9e83fd725cb9bd (diff)
downloadscintilla-mirror-ee3621fe7ec1b070f8fd9e102b02f021f10a5f3e.tar.gz
Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.
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 8b2e9b342..00785d549 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -134,6 +134,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmMatlab);
LINK_LEXER(lmMETAPOST);
LINK_LEXER(lmMMIXAL);
+ LINK_LEXER(lmModula);
LINK_LEXER(lmMSSQL);
LINK_LEXER(lmMySQL);
LINK_LEXER(lmNimrod);