-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "css-nesting-syntax-highlighting",
"displayName": "CSS Nesting Syntax Highlighting",
"description": "Updates VSCode's CSS TextMate rules to add CSS Nesting",
"version": "0.3.0",
"icon": "images/css-nesting-syntax-highlighting-logo.png",
"publisher": "jacobcassidy",
"bugs": {
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting"
},
"galleryBanner": {
"color": "#292929",
"theme": "dark"
},
"keywords": [
"CSS Nesting",
"Nested CSS",
"Nesting",
"Nested",
"Syntax",
"Highlighting",
"Colorizer"
],
"engines": {
"vscode": "^1.84.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"grammars": [
{
"language": "css",
"scopeName": "source.css",
"path": "./syntaxes/css.tmLanguage.json"
}
]
},
"__metadata": {
"id": "dc07370c-e087-43f1-91fe-4f44363dc5d7",
"publisherId": "aee9e75c-ea26-4af1-b5e6-815e33288c4b",
"publisherDisplayName": "Jacob Cassidy",
"targetPlatform": "undefined",
"updated": false,
"isPreReleaseVersion": false,
"hasPreReleaseVersion": false,
"installedTimestamp": 1736203061589,
"pinned": false,
"size": 146700,
"isApplicationScoped": false,
"preRelease": false,
"source": "gallery"
}
}