tree-sitter / tree-sitter-css

CSS grammar for Tree-sitter
MIT License
85 stars 34 forks source link

Wrong comments highlighting in styled components #31

Closed timsofteng closed 9 months ago

timsofteng commented 2 years ago

In styled components we can comment the code with // So comments should look like this:

image

Instead we get this: image

amaanq commented 9 months ago

fixed on master, and I created a release (0.20.0)