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.