mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
32 lines
685 B
JSON
32 lines
685 B
JSON
{
|
|
"name": "custom-snippets",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": [
|
|
"dockerfile"
|
|
],
|
|
"path": "./dockerfile.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"yaml"
|
|
],
|
|
"path": "./yaml.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"rust"
|
|
],
|
|
"path": "./rust.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"markdown"
|
|
],
|
|
"path": "./markdown.json"
|
|
}
|
|
]
|
|
}
|
|
}
|