You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing some big coffee files, and as the program is growing in complexity, my function & argument names have become a little longer, thus for readability's sake, i've to break the function declaration line into two or more lines like so:
The scopes for the single-line function are: source.coffee meta.function.coffee entity.name.function.coffee
For the multi-line function, it is: source.coffee variable.assignment.coffee variable.assignment.coffee
I'm writing some big coffee files, and as the program is growing in complexity, my function & argument names have become a little longer, thus for readability's sake, i've to break the function declaration line into two or more lines like so:
These kinds of functions are not being highlighted, and thus the function starts to look like an ugly duckling...
Look at this image for more details:
The text was updated successfully, but these errors were encountered: