aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCoffeeScript.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-04-23Backport: Remove include of Platform.h that is not used by the CoffeeScript ↵Neil1-1/+0
lexer as that makes it more difficult to change Platform.h. Backport of changeset 6732:6bdd215bedf9.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil1-1/+3
Backport of changeset 6297:4bf96081f6e6.
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
some cases of regex highlighting. From active-m / ActiveState.
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-16/+16
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-2/+2
comment recognizers to allow for future implementation of 64-bit positions.
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
Drop obsolete code that was copied from LexCPP but that is not relevant or even valid for CoffeeScript. Closes #1420.
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.