vuejs / language-tools

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

syntax highlighting is wrong #4289

Open a1mersnow opened 2 months ago

a1mersnow commented 2 months ago
<input
  id="one-time-code"
  v-model.trim="form.code"
  autocomplete="one-time-code"
  inputmode="numeric"
  placeholder="请输入验证码"
  class="flex-1 pr-0.75rem"
  placeholder-style="color:#E8E8E8"
  :maxlength="6"
>

This is what it looks like in vscode:

image

look at the inputmode section

cvpv commented 2 months ago

i alse get this problem