feat: customBlocks

This commit is contained in:
FairyEver 2021-11-25 08:00:13 +08:00
parent 7adddbcab4
commit 19e6bd3c1a
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{
"vetur.validation.style": false,
"vetur.grammar.customBlocks": {
"route": "json"
},
"headwind.classRegex": {
"html": "\\bclass\\s*=\\s*[\\\"\\']([_a-zA-Z0-9\\s\\-\\:\\/]+)[\\\"\\']",
"css": "\\B@apply\\s+([_a-zA-Z0-9\\s\\-\\:\\/]+);",