https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide (opens new window)
Vetur supports semantic highlighting for the following languages:
The .value
will get property.refValue
. Vetur will automatic underline .value
. You can set { "vetur.underline.refValue": false }
to close it in vscode setting.
And use this setting for customize style.
{
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"property.refValue": {
"underline": true
}
}
}
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4