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