aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-10-18 15:00:06 +1100
committerNeil <nyamatongwe@gmail.com>2013-10-18 15:00:06 +1100
commit7348db5896eda77891a4acb500d45451d82db551 (patch)
treeefed19796f83c9a7f9dec0e698297e8c3b81277c /src
parent777626acb77560af77b2539dbb6c8008c795b2d6 (diff)
downloadscintilla-mirror-7348db5896eda77891a4acb500d45451d82db551.tar.gz
Feature [feature-requests:#1026]. DMAP lexer added.
From Mark Robinson.
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 e728f3480..b7f816d76 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -104,6 +104,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmCss);
LINK_LEXER(lmD);
LINK_LEXER(lmDiff);
+ LINK_LEXER(lmDMAP);
LINK_LEXER(lmECL);
LINK_LEXER(lmEiffel);
LINK_LEXER(lmEiffelkw);