You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
String quotes should not be processed when inside JSX (HTML) blocks.
Steps to Reproduce
Create a file
test.coffee
Type the following file content:
Expected behavior:
This is the highlighting I expect, which is what I get when using JavaScript highlighting (
.jsx
extension):Actual behavior:
This is the highlighting I get:
Reproduces how often:
100%
Versions
1.54.0 x64 on Windows 10
I originally observed this issue in vscode (see microsoft/vscode#117143).
Additional Information
I'm new to these JSON syntax files, but given that it works in JavaScript, I imagine it is possible (and hopefully easy?) to fix.
Related issue: #135. But I think that should be closed, because #172 merged.
The text was updated successfully, but these errors were encountered: