Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight function invoke #126

Open
gildorwang opened this issue Nov 29, 2013 · 0 comments
Open

Highlight function invoke #126

gildorwang opened this issue Nov 29, 2013 · 0 comments

Comments

@gildorwang
Copy link

CoffeeScript makes it easy to chain function invokes by using spaces instead of parentheses. However it sometimes produces code like

action = (token, i) ->
  @tokens.splice i, 0, @generate 'CALL_END', ')', token[2]

which took me a second to realize there are actually two function invokes on the 2nd line. One is splice; the other is generate. It would be much easier to read if we can have all function invokes highlighted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant