mirror of
https://github.com/Keycapsss/awesome-mechanical-keyboard.git
synced 2024-12-11 09:34:35 +03:00
12 lines
264 B
JSON
12 lines
264 B
JSON
|
{
|
||
|
"vetur.grammar.customBlocks": {
|
||
|
// https://github.com/vuejs/vetur/issues/975#issuecomment-461197031
|
||
|
"docs": "md",
|
||
|
"i18n": "json",
|
||
|
"page-query": "graphql",
|
||
|
"static-query": "graphql"
|
||
|
},
|
||
|
"emmet.includeLanguages": {
|
||
|
"vue": "html"
|
||
|
},
|
||
|
}
|