diff options
author | nyamatongwe <devnull@localhost> | 2011-11-29 11:52:13 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-11-29 11:52:13 +1100 |
commit | 52d8e9410d53595a9635a5ece86cee2fe5de6885 (patch) | |
tree | cb7c62664058b9870af8b14463460d38a0faf814 /src | |
parent | 2fd0fab53ae5ac056bc682cec63d1c901411793e (diff) | |
download | scintilla-mirror-52d8e9410d53595a9635a5ece86cee2fe5de6885.tar.gz |
Feature #3436256. Lexer for CoffeeScript from Eric Promislow
of ActiveState.
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 00785d549..0e8ea9611 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -100,6 +100,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmClwNoCase); LINK_LEXER(lmCmake); LINK_LEXER(lmCOBOL); + LINK_LEXER(lmCoffeeScript); LINK_LEXER(lmConf); LINK_LEXER(lmCPP); LINK_LEXER(lmCPPNoCase); |