aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-12-13 00:19:17 +0000
committernyamatongwe <devnull@localhost>2006-12-13 00:19:17 +0000
commita4188d2279451ed3109b2cdde2573fa053d1dd8c (patch)
tree5b39f81d014e40526f7927a32205a1954665ed78 /src/KeyWords.cxx
parent6ede8b8bd03de00a6767cc7d41210c4e002c5aa3 (diff)
downloadscintilla-mirror-a4188d2279451ed3109b2cdde2573fa053d1dd8c.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);