mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
- VS code format snippets for Docker & Rust - Blink.nvim configured to pick custom snippets automatically
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "custom-snippets",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": [
|
|
"dockerfile"
|
|
],
|
|
"path": "./dockerfile.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"rust"
|
|
],
|
|
"path": "./rust.json"
|
|
}
|
|
]
|
|
}
|
|
}
|