aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCoffeeScript.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20Fix typos in comments (lexers)Stefan Weil1-1/+1
2014-03-17Avoid warning about excessive variable scope.Neil1-2/+1
2014-03-17Bug [#1583]. Fix styling 0...myArray.length all as a number.Neil1-1/+1
From Alpha.
2014-03-17Bug [#1583]. Fix keyword style extending past end of word.Neil1-0/+7
From Alpha.
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-08-17Fix CoffeeScript styles usageColomban Wendling1-71/+71
Properly use SCE_COFFEESCRIPT_..., not SCE_C_..., even if they have the same value.
2013-07-06Bug: [#1495]. CoffeeScript comment-block lexing is wrong.Neil1-22/+14
From Eric Promislow.
2011-12-02Remove dead assignment.nyamatongwe1-1/+0
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe1-0/+572
of ActiveState.