aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCoffeeScript.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-23Backport: Remove include of Platform.h that is not used by the CoffeeScript l...Neil1-1/+0
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil1-1/+3
2016-09-24Bug [#1865]. Style interpolated code in strings for CoffeeScript.ActiveState1-1/+71
2015-10-13Bug [#1765]. CoffeeScript lexer highlights ranges correctly.ActiveState1-0/+4
2015-08-16Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixedNeil1-12/+7
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-16/+16
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-2/+2
2014-11-29Add a missing comma to separate word list decriptions.Neil1-1/+1
2014-11-25Bug [#1420]. CoffeeScript: Describe existing secondary keyword setsColomban Wendling1-0/+3
2014-11-25Bug [#1420]. CoffeeScript: Drop code that doesn't apply to CoffeeScriptColomban Wendling1-166/+9
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
2014-03-17Bug [#1583]. Fix keyword style extending past end of word.Neil1-0/+7
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
2013-08-17Fix CoffeeScript styles usageColomban Wendling1-71/+71
2013-07-06Bug: [#1495]. CoffeeScript comment-block lexing is wrong.Neil1-22/+14
2011-12-02Remove dead assignment.nyamatongwe1-1/+0
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe1-0/+572