diff options
author | nyamatongwe <devnull@localhost> | 2005-05-27 11:29:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-05-27 11:29:45 +0000 |
commit | f93ee899106656e7e097e4d24aebfb3ab149dada (patch) | |
tree | 283ae28683fb84195a9565cf5e2bf1566e56478c /src/KeyWords.cxx | |
parent | 6639fd64bfa9b38a48b7c252e23f285268bf9a75 (diff) | |
download | scintilla-mirror-f93ee899106656e7e097e4d24aebfb3ab149dada.tar.gz |
Support for CSound from Georg Ritter.
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 3044f259e..7874890b1 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -148,6 +148,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmCPPNoCase); LINK_LEXER(lmTCL); LINK_LEXER(lmNncrontab); + LINK_LEXER(lmCsound); LINK_LEXER(lmCss); LINK_LEXER(lmEiffel); LINK_LEXER(lmEiffelkw); |