-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
From @jabacchetta on July 1, 2018 16:29
As documented on StackOverfow, I was able to target all of JavaScript's reserved keywords via TextMate with the exception of two:
eval(disallowed in strict)package(unused future keyword)
It's not clear to me whether this is something that needs to be updated in the TextMate grammar or if support just needs to be added in VS Code.
For eval, a support.function.eval.js scope appears to make sense. With package not actually being used yet, I'm not sure what scope that would go under.
Copied from original issue: microsoft/vscode#53399
Metadata
Metadata
Assignees
Labels
No labels