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

Add parameter highlighting for ES2015’s arrow functions. #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

savetheclocktower
Copy link

Also: properly highlight constants like null and false when they are default values of parameters.

Before:
screen shot 2017-11-07 at 11 18 55 am

After:
screen shot 2017-11-07 at 11 19 31 am

I borrowed portions of these patterns from this JavaScript (Babel) language definition for Atom. I do agree with #51, though, that ultimately the best solution would be to port that grammar over to TextMate; some of its scope names would need to be fixed, but it's probably less effort than bringing things over piecemeal.

Also: properly highlight constants like `null` and `false` when they are default values of parameters.
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

Successfully merging this pull request may close these issues.

1 participant