master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.75k stars 42 forks source link

🐞 Master CSS syntax highlighting: Commenting out code doesn't work #361

Open pjrundle opened 2 weeks ago

pjrundle commented 2 weeks ago

Description

With the VS Code MCSS extension active, when you attempt to comment out code, it sometimes doesn't work at all, or does work but with broken syntax highlighting.

Doesn't work (when you try to comment out either of the lines inside the call to classNames):

Screenshot 2024-06-16 at 10 39 45

Works but syntax highlighting broken:

Screenshot 2024-06-16 at 10 40 50

Reproduction

  1. Install MCSS extension
  2. Try to comment out some code

System Informations

No response