-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
88 lines (88 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Sk-VSC",
"displayName": "Sk-VSC (Skript)",
"description": "A modern, colorful and creative Syntax Highlighting for Skript Language.",
"version": "2.6.6",
"icon": "images/icon.png",
"publisher": "ayhamalali",
"engines": {
"vscode": "^1.35.0"
},
"categories": [
"Programming Languages",
"Themes"
],
"keywords": [
"skript",
"sk-vsc",
"skript-highlighting"
],
"contributes": {
"languages": [
{
"id": "skript",
"aliases": [
"Skript",
"sk"
],
"extensions": [
".sk"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "skript",
"scopeName": "source.skript",
"path": "./syntaxes/Sk-VSC.json"
}
],
"themes": [
{
"label": "Sk-VSC",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC.tmTheme.json"
},
{
"label": "Sk-VSC (Darker)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (Darker).tmTheme.json"
},
{
"label": "Sk-VSC (NF)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (NF).tmTheme.json"
},
{
"label": "Sk-VSC (Darker-NF)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (Darker-NF).tmTheme.json"
},
{
"label": "Sk-VSC (Material Palenight HC)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (Material Palenight HC).tmTheme.json"
},
{
"label": "Sk-VSC (Material Palenight)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (Material Palenight).tmTheme.json"
},
{
"label": "Sk-VSC (Sahdes of Purple)",
"uiTheme": "vs-dark",
"path": "./themes/Sk-VSC (Shades of Purple).tmTheme.json"
}
]
},
"repository": {
"type": "github",
"url": "https://github.com/AyhamAl-Ali/Sk-VSC"
},
"__metadata": {
"id": "e8c20548-3f6b-4cb7-8924-741d3a5ea676",
"publisherId": "f9aefc8e-ba50-451e-ae8a-6b23fa73e851",
"publisherDisplayName": "Ayham Al-Ali"
}
}