diff options
author | nyamatongwe <devnull@localhost> | 2006-12-13 00:19:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-12-13 00:19:17 +0000 |
commit | a4188d2279451ed3109b2cdde2573fa053d1dd8c (patch) | |
tree | 5b39f81d014e40526f7927a32205a1954665ed78 /src/KeyWords.cxx | |
parent | 6ede8b8bd03de00a6767cc7d41210c4e002c5aa3 (diff) | |
download | scintilla-mirror-a4188d2279451ed3109b2cdde2573fa053d1dd8c.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); |