vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.55k stars 373 forks source link

fix(vscode): partial fix "as"/"instanceof" expressions syntax highlight #4412

Closed johnsoncodehk closed 1 month ago

johnsoncodehk commented 1 month ago

Partial fix #520.

Before PR:

image

After PR:

image

An upstream fix is ​​still required to fully resolve the issue.