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

thousand separator 10_000 for JavaScript files, not working #106

Open alexrqs opened 1 year ago

alexrqs commented 1 year ago

Describe the issue The number changes scope after the underscore separator which causes the color to change.

Screenshot of Current Behavior Screen Shot 2022-10-27 at 7 22 00 PM

Sample Code to Reproduce

const foo = 10_000
michaelgmcd commented 1 year ago

This works locally for me. What theme are you using? Can you try with "Atom One Light"?

Screen Shot 2022-11-03 at 12 52 58 PM