-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "auroralegacy-snippets",
"displayName": "Aurora Legacy Snippets",
"description": "Visual Studio snippet pack with the Aurora Legacy formatting.",
"version": "0.0.5",
"icon": "icon.png",
"preview": true,
"publisher": "AuroraLegacy",
"repository": {
"type": "git",
"url": "https://github.com/AuroraLegacy/AuroraLegacy-Snippets-VSCE"
},
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "xml",
"path": "./snippets/snippets.json"
},
{
"language": "xml",
"path": "./snippets/proficiencies.json"
},
{
"language": "xml",
"path": "./snippets/types.json"
},
{
"language": "xml",
"path": "./snippets/conditions.json"
},
{
"language": "xml",
"path": "./snippets/specifics.json"
},
{
"language": "xml",
"path": "./snippets/class.json"
},
{
"language": "xml",
"path": "./snippets/items.json"
}
]
}
}