|
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": "1.0.0",
|
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" |
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" |
30 | 9 | },
|
31 | 10 | "categories": [
|
32 | 11 | "Programming Languages"
|
|
35 | 14 | "grammars": [
|
36 | 15 | {
|
37 | 16 | "language": "css",
|
38 |
| - "scopeName": "source.css", |
39 |
| - "path": "./syntaxes/css.tmLanguage.json" |
| 17 | + "path": "./syntaxes/css.tmLanguage.json", |
| 18 | + "scopeName": "source.css" |
40 | 19 | }
|
41 | 20 | ]
|
42 | 21 | },
|
| 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 | + ], |
43 | 39 | "devDependencies": {
|
44 | 40 | "cson": "^8.4.0"
|
45 | 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" |
| 48 | + }, |
46 | 49 | "scripts": {
|
47 | 50 | "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" |
63 | 51 | }
|
64 | 52 | }
|
0 commit comments