diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-18 15:00:06 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-18 15:00:06 +1100 |
commit | 5ba23be84ff494b1f35d0c11dd38486441423a19 (patch) | |
tree | 45618056166098588a75043639faeb7d518b3519 /src | |
parent | 9452580d6c451f4dbd4f42ac22a49aec6dad37cb (diff) | |
download | scintilla-mirror-5ba23be84ff494b1f35d0c11dd38486441423a19.tar.gz |
Feature [feature-requests:#1026]. DMAP lexer added.
From Mark Robinson.
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 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); |