language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

syntax highlighting is wrong

Open a1mersnow opened this issue 1 year ago • 1 comments

<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

a1mersnow avatar Apr 23 '24 07:04 a1mersnow

i alse get this problem

cvpv avatar Apr 23 '24 09:04 cvpv

Verified that this one is not an issue anymore. If you're still encountering issues, please create a new one with more information about your setup/project.

davidmatter avatar Aug 06 '24 06:08 davidmatter