diff options
author | nyamatongwe <unknown> | 2006-12-13 00:19:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-12-13 00:19:17 +0000 |
commit | 8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42 (patch) | |
tree | 5b39f81d014e40526f7927a32205a1954665ed78 /src/KeyWords.cxx | |
parent | 63ecebff8cdc5ba839ac85e0556f1562c585c308 (diff) | |
download | scintilla-mirror-8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42.tar.gz |
D lexer and language support from Waldemar Augustyn.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 1 |
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); |