mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"name": "halfdans-collection",
|
|
"engines": {
|
|
"vscode": "^1.11.0"
|
|
},
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": "lua",
|
|
"path": "./snippets/lua.json"
|
|
}
|
|
}
|
|
}
|