Snippets
This commit is contained in:
26
lua/snippets/package.json
Normal file
26
lua/snippets/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "example-snippets",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": [
|
||||
"all"
|
||||
],
|
||||
"path": "./snippets/all.json"
|
||||
},
|
||||
{
|
||||
"language": [
|
||||
"php"
|
||||
],
|
||||
"path": "./php.json"
|
||||
},
|
||||
{
|
||||
"language": [
|
||||
"javascript",
|
||||
"vue"
|
||||
],
|
||||
"path": "./javascript-vue.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user