Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440
stars
64
forks
source link
Is there a reason literate coffeescript's function matcher doesn't include functions starting with @? #214
Closed
redders6600 closed 2 months ago
The coffeescript language definition matcher for
meta.function.coffee
allows functions that start with@
, but the litcoffee one does not.I was just wondering if there's any reason for this or if this was something that was overlooked.