atom / language-coffee-script

CoffeeScript support in Atom
Other
59 stars 56 forks source link

add #variable_name #165

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

This properly highlights variable references.

str.slice(start, end)

start and end will be marked as ".variable.other.readwrite"