windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

[nitpick] Incorrect scope/coloring of attributes containing ':' #335

Open qgates opened 2 years ago

qgates commented 2 years ago

image

Apologies if this bug report is on the wrong repo - have a number of vscode extensions dealing with vue/windicss!

devmor-j commented 2 years ago

Also Display: is considered similar to https: which is incorrect. I got this color issue when linked a google font inside head tag for font named Red Hat Display: this is whole line of code:

<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap" rel="stylesheet">
                                                             ^^^^^^^^

invalid-attribute-color (Theme: SynthWave '84)