Skip to content

Commit 5cc5468

Browse files
committed
Refactor package organization
1 parent 60ef688 commit 5cc5468

File tree

1 file changed

+29
-41
lines changed

1 file changed

+29
-41
lines changed

package.json

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
{
22
"name": "css-nesting-syntax-highlighting",
33
"displayName": "CSS Nesting Syntax Highlighting",
4-
"description": "Updates VSCode's CSS TextMate rules to add CSS Nesting",
54
"version": "1.0.0",
6-
"icon": "images/css-nesting-syntax-highlighting-logo.png",
75
"publisher": "jacobcassidy",
8-
"bugs": {
9-
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting/issues"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting"
14-
},
15-
"galleryBanner": {
16-
"color": "#292929",
17-
"theme": "dark"
18-
},
19-
"keywords": [
20-
"CSS Nesting",
21-
"Nested CSS",
22-
"Nesting",
23-
"Nested",
24-
"Syntax",
25-
"Highlighting",
26-
"Colorizer"
27-
],
28-
"engines": {
29-
"vscode": "^1.84.0"
6+
"description": "Updates VSCode's CSS TextMate rules to add CSS Nesting",
7+
"author": {
8+
"name": "Jacob Cassidy"
309
},
3110
"categories": [
3211
"Programming Languages"
@@ -35,30 +14,39 @@
3514
"grammars": [
3615
{
3716
"language": "css",
38-
"scopeName": "source.css",
39-
"path": "./syntaxes/css.tmLanguage.json"
17+
"path": "./syntaxes/css.tmLanguage.json",
18+
"scopeName": "source.css"
4019
}
4120
]
4221
},
22+
"engines": {
23+
"vscode": "^1.84.0"
24+
},
25+
"galleryBanner": {
26+
"color": "#292929",
27+
"theme": "dark"
28+
},
29+
"icon": "images/css-nesting-syntax-highlighting-logo.png",
30+
"keywords": [
31+
"Colorizer",
32+
"CSS Nesting",
33+
"Highlighting",
34+
"Nested",
35+
"Nested CSS",
36+
"Nesting",
37+
"Syntax"
38+
],
4339
"devDependencies": {
4440
"cson": "^8.4.0"
4541
},
42+
"bugs": {
43+
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting/issues"
44+
},
45+
"repository": {
46+
"type": "git",
47+
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting"
48+
},
4649
"scripts": {
4750
"build": "cson2json src/vscode-css/grammars/css.cson > syntaxes/css.tmLanguage.json"
48-
},
49-
"__metadata": {
50-
"id": "dc07370c-e087-43f1-91fe-4f44363dc5d7",
51-
"publisherId": "aee9e75c-ea26-4af1-b5e6-815e33288c4b",
52-
"publisherDisplayName": "Jacob Cassidy",
53-
"targetPlatform": "undefined",
54-
"updated": false,
55-
"isPreReleaseVersion": false,
56-
"hasPreReleaseVersion": false,
57-
"installedTimestamp": 1736203061589,
58-
"pinned": false,
59-
"size": 146700,
60-
"isApplicationScoped": false,
61-
"preRelease": false,
62-
"source": "gallery"
6351
}
6452
}

0 commit comments

Comments
 (0)