aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-11-29 11:52:13 +1100
committernyamatongwe <devnull@localhost>2011-11-29 11:52:13 +1100
commit52d8e9410d53595a9635a5ece86cee2fe5de6885 (patch)
treecb7c62664058b9870af8b14463460d38a0faf814 /src
parent2fd0fab53ae5ac056bc682cec63d1c901411793e (diff)
downloadscintilla-mirror-52d8e9410d53595a9635a5ece86cee2fe5de6885.tar.gz
Feature #3436256. Lexer for CoffeeScript from Eric Promislow
of ActiveState.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
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);