Skip to content

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

Open
savetheclocktower wants to merge 1 commit intotextmate:masterfrom
savetheclocktower:master
Open

Add parameter highlighting for ES2015’s arrow functions.#62
savetheclocktower wants to merge 1 commit intotextmate:masterfrom
savetheclocktower:master

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