aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-12-13 00:19:17 +0000
committernyamatongwe <unknown>2006-12-13 00:19:17 +0000
commit8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42 (patch)
tree5b39f81d014e40526f7927a32205a1954665ed78 /src/KeyWords.cxx
parent63ecebff8cdc5ba839ac85e0556f1562c585c308 (diff)
downloadscintilla-mirror-8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42.tar.gz
D lexer and language support from Waldemar Augustyn.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index f82eb7df6..745169575 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -157,6 +157,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmCPPNoCase);
LINK_LEXER(lmCsound);
LINK_LEXER(lmCss);
+ LINK_LEXER(lmD);
LINK_LEXER(lmDiff);
LINK_LEXER(lmEiffel);
LINK_LEXER(lmEiffelkw);