aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
commit54a59cf289b1af9ce32d79b60d90aa2e8b29fa4b (patch)
tree719256ee927df77e820ca778a8f8b7b0a0269ef7 /src
parent6bf6dc4af23d63b608560e09cb5b382e496e1a19 (diff)
downloadscintilla-mirror-54a59cf289b1af9ce32d79b60d90aa2e8b29fa4b.tar.gz
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordinate
measuring machines. From Andreas Tscharner.
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 41d5d5489..c507296d2 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -106,6 +106,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmD);
LINK_LEXER(lmDiff);
LINK_LEXER(lmDMAP);
+ LINK_LEXER(lmDMIS);
LINK_LEXER(lmECL);
LINK_LEXER(lmEiffel);
LINK_LEXER(lmEiffelkw);