|
1 | 1 | {
|
2 | 2 | "name": "css-nesting-syntax-highlighting",
|
3 | 3 | "displayName": "CSS Nesting Syntax Highlighting",
|
4 |
| - "description": "Updates VSCode's CSS TextMate rules to add CSS Nesting", |
5 | 4 | "version": "0.4.1",
|
6 |
| - "icon": "images/css-nesting-syntax-highlighting-logo.png", |
7 | 5 | "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" |
10 | 9 | },
|
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" |
14 | 24 | },
|
15 | 25 | "galleryBanner": {
|
16 | 26 | "color": "#292929",
|
17 | 27 | "theme": "dark"
|
18 | 28 | },
|
| 29 | + "icon": "images/css-nesting-syntax-highlighting-logo.png", |
19 | 30 | "keywords": [
|
20 | 31 | "CSS Nesting",
|
21 | 32 | "Nested CSS",
|
|
25 | 36 | "Highlighting",
|
26 | 37 | "Colorizer"
|
27 | 38 | ],
|
28 |
| - "engines": { |
29 |
| - "vscode": "^1.84.0" |
| 39 | + "devDependencies": { |
| 40 | + "cson": "^8.4.0" |
30 | 41 | },
|
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" |
42 | 48 | },
|
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" |
57 | 51 | }
|
58 | 52 | }
|
0 commit comments