diff options
author | Neil <nyamatongwe@gmail.com> | 2014-04-29 08:35:12 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-04-29 08:35:12 +1000 |
commit | ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3 (patch) | |
tree | 49dc7806819b13b7c61018259b83d53fb76a0a1b /src | |
parent | 8265cfedef23121375966cfd6f22975330580f11 (diff) | |
download | scintilla-mirror-ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3.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.cxx | 1 |
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); |