-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
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.
Metadata
Metadata
Assignees
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)