diff options
author | nyamatongwe <unknown> | 2011-11-29 11:52:13 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-11-29 11:52:13 +1100 |
commit | 1e5e7dc3c7d21f21293fcd6612e0e1520d22594b (patch) | |
tree | 4352e261226d7d272e6926af9f7eda673f00f014 /src | |
parent | f43d2b475dd1985ac9f420b35fefea74f3fc7fe5 (diff) | |
download | scintilla-mirror-1e5e7dc3c7d21f21293fcd6612e0e1520d22594b.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); |