michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Template literal highlighting not working correctly for variable placeholders #64

Open samuliasmala opened 4 years ago

samuliasmala commented 4 years ago

When I have the Babel JavaScript extension enabled variable placeholders in template literals look like a string: image

However after I disable the extension the the file type changes from Babel JavaScript to JavaScript and syntax highlighting works as expected: image

Any ideas what could be the problem?

michaelgmcd commented 4 years ago

What theme are you using?

samuliasmala commented 4 years ago

Visual Studio Dark