mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
22 lines
319 B
JSON
22 lines
319 B
JSON
|
{
|
||
|
"name": "user snippets",
|
||
|
"engines": {
|
||
|
"vscode": "^1.11.0"
|
||
|
},
|
||
|
"contributes": {
|
||
|
"snippets": [
|
||
|
{
|
||
|
"language": [
|
||
|
"plaintext",
|
||
|
"markdown",
|
||
|
"tex",
|
||
|
"html",
|
||
|
"global",
|
||
|
"all"
|
||
|
],
|
||
|
"path": "./global.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|