-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mtasasnippets",
"displayName": "MTA:SA Snippets",
"description": "Lua snippets for MTA:SA",
"version": "0.0.3",
"publisher": "theletslook",
"icon": "common/extension.png",
"galleryBanner": {
"color": "#1A1A1A",
"theme": "dark"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TheLetslook/VSCode-MTASASnippets/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/TheLetslook/VSCode-MTASASnippets/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/TheLetslook/VSCode-MTASASnippets.git"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "lua",
"path": "./snippets/lua.json"
},
{
"language": "xml",
"path": "./snippets/xml.json"
}]
}
}