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

Vue.js / props starting with a negation ("!") breaks highlighting under certain conditions #412

Open Thooto opened 2 years ago

Thooto commented 2 years ago

Hi,

As you can see in the screenshots below, the highlighting is broken after a prop is passed to a component in Vue under certain conditions:

Capture d’écran 2022-08-11 à 13 10 39

Capture d’écran 2022-08-11 à 13 12 05

The incorrect highlighting propagates to the rest of the file.

I'm using Volar and windicss intellisense pre-release. Does the same with release version. Disabling windicss intellisense fixes the issue.

Thanks!