Skip to content

Commit ff66907

Browse files
committed
Reorganize package.json details
1 parent c157981 commit ff66907

File tree

1 file changed

+28
-34
lines changed

1 file changed

+28
-34
lines changed

package.json

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
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": "0.4.1",
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"
6+
"description": "Updates VSCode's CSS TextMate rules to add CSS Nesting",
7+
"author": {
8+
"name": "Jacob Cassidy"
109
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting"
10+
"categories": [
11+
"Programming Languages"
12+
],
13+
"contributes": {
14+
"grammars": [
15+
{
16+
"language": "css",
17+
"scopeName": "source.css",
18+
"path": "./syntaxes/css.tmLanguage.json"
19+
}
20+
]
21+
},
22+
"engines": {
23+
"vscode": "^1.84.0"
1424
},
1525
"galleryBanner": {
1626
"color": "#292929",
1727
"theme": "dark"
1828
},
29+
"icon": "images/css-nesting-syntax-highlighting-logo.png",
1930
"keywords": [
2031
"CSS Nesting",
2132
"Nested CSS",
@@ -25,34 +36,17 @@
2536
"Highlighting",
2637
"Colorizer"
2738
],
28-
"engines": {
29-
"vscode": "^1.84.0"
39+
"devDependencies": {
40+
"cson": "^8.4.0"
3041
},
31-
"categories": [
32-
"Programming Languages"
33-
],
34-
"contributes": {
35-
"grammars": [
36-
{
37-
"language": "css",
38-
"scopeName": "source.css",
39-
"path": "./syntaxes/css.tmLanguage.json"
40-
}
41-
]
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"
4248
},
43-
"__metadata": {
44-
"id": "dc07370c-e087-43f1-91fe-4f44363dc5d7",
45-
"publisherId": "aee9e75c-ea26-4af1-b5e6-815e33288c4b",
46-
"publisherDisplayName": "Jacob Cassidy",
47-
"targetPlatform": "undefined",
48-
"updated": false,
49-
"isPreReleaseVersion": false,
50-
"hasPreReleaseVersion": false,
51-
"installedTimestamp": 1736203061589,
52-
"pinned": false,
53-
"size": 146700,
54-
"isApplicationScoped": false,
55-
"preRelease": false,
56-
"source": "gallery"
49+
"scripts": {
50+
"build": "cson2json src/vscode-css/grammars/css.cson > syntaxes/css.tmLanguage.json"
5751
}
5852
}

0 commit comments

Comments
 (0)