mirror of
https://github.com/Keycapsss/awesome-mechanical-keyboard.git
synced 2024-12-01 03:46:44 +03:00
fix: add graph code highlight and emmet f. VSCode
This commit is contained in:
parent
cdd8c4279f
commit
73a5b34c42
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal 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"
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user