feat: customBlocks
This commit is contained in:
parent
7adddbcab4
commit
19e6bd3c1a
|
|
@ -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\\-\\:\\/]+);",
|
||||
|
|
|
|||
Loading…
Reference in New Issue