language-tools
language-tools copied to clipboard
syntax highlighting is wrong
<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:
look at the inputmode section
i alse get this problem
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.