fix: add graph code highlight and emmet f. VSCode

This commit is contained in:
BenRoe 2020-02-21 23:48:55 +01:00
parent cdd8c4279f
commit 73a5b34c42

12
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"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"
},
}