-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Description
I'm playing with the new support for template strings in release-1.4 and seeing potential issues with syntax highlighting.
In a single-line template string it looks like the string is classified as a keyword.
In a multi-line template string like this:
var template = `/hello/
/world/`;
It looks like the "/hello/" is classified as a keyword and the "/world/" as a regexp.
Sorry if this is just not implemented yet. I looked for an issue first but didn't see one.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue