|
1 | 1 | {
|
2 |
| - "name": "output-colorizer", |
3 |
| - "displayName": "Output Colorizer", |
4 |
| - "description": "Syntax highlighting for log output", |
5 |
| - "version": "0.0.5", |
6 |
| - "publisher": "IBM", |
7 |
| - "engines": { |
8 |
| - "vscode": "^1.0.0" |
9 |
| - }, |
10 |
| - "categories": [ |
11 |
| - "Languages" |
| 2 | + "name": "output-colorizer", |
| 3 | + "displayName": "Output Colorizer", |
| 4 | + "description": "Syntax highlighting for log output", |
| 5 | + "version": "0.0.6", |
| 6 | + "publisher": "IBM", |
| 7 | + "engines": { |
| 8 | + "vscode": "^1.0.0" |
| 9 | + }, |
| 10 | + "categories": [ |
| 11 | + "Languages" |
| 12 | + ], |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer.git" |
| 16 | + }, |
| 17 | + "author": { |
| 18 | + "name": "Andrew Trice", |
| 19 | + |
| 20 | + }, |
| 21 | + "contributors": [ |
| 22 | + { |
| 23 | + "name": "Jeff Sloyer", |
| 24 | + |
| 25 | + } |
| 26 | + ], |
| 27 | + "contributes": { |
| 28 | + "languages": [ |
| 29 | + { |
| 30 | + "id": "log", |
| 31 | + "aliases": [ |
| 32 | + "vscode-output-colorizer", |
| 33 | + "log" |
| 34 | + ], |
| 35 | + "extensions": [ |
| 36 | + ".log" |
| 37 | + ], |
| 38 | + "configuration": "./log.configuration.json", |
| 39 | + "mimetypes": [ |
| 40 | + "text/x-code-output" |
| 41 | + ] |
| 42 | + } |
12 | 43 | ],
|
13 |
| - "repository": { |
14 |
| - "type": "git", |
15 |
| - "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer.git" |
16 |
| - }, |
17 |
| - "author": { |
18 |
| - "name": "Andrew Trice", |
19 |
| - |
20 |
| - }, |
21 |
| - "contributors": [ |
22 |
| - { |
23 |
| - "name": "Jeff Sloyer", |
24 |
| - |
25 |
| - } |
26 |
| - ], |
27 |
| - "contributes": { |
28 |
| - "languages": [{ |
29 |
| - "id": "log", |
30 |
| - "aliases": ["vscode-output-colorizer", "log"], |
31 |
| - "extensions": [".log"], |
32 |
| - "configuration": "./log.configuration.json", |
33 |
| - "mimetypes": ["text/x-code-output"] |
34 |
| - }], |
35 |
| - "grammars": [{ |
36 |
| - "language": "log", |
37 |
| - "scopeName": "bmcode.log", |
38 |
| - "path": "./src/syntaxes/log.tmLanguage" |
39 |
| - }] |
40 |
| - }, |
41 |
| - "devDependencies": { |
42 |
| - "vscode": "^0.11.0" |
43 |
| - }, |
44 |
| - "galleryBanner": { |
45 |
| - "color": "#f2f2f2", |
46 |
| - "theme": "light" |
47 |
| - }, |
48 |
| - "icon": "github-assets/icon.png", |
49 |
| - "bugs": { |
50 |
| - "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/issues" |
51 |
| - }, |
52 |
| - "license": "MIT", |
53 |
| - "homepage": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/blob/master/README.md", |
54 |
| - "keywords": [ |
55 |
| - "IBM", |
56 |
| - "log", |
57 |
| - "color", |
58 |
| - "output" |
| 44 | + "grammars": [ |
| 45 | + { |
| 46 | + "language": "log", |
| 47 | + "scopeName": "bmcode.log", |
| 48 | + "path": "./src/syntaxes/log.tmLanguage" |
| 49 | + } |
59 | 50 | ]
|
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "gulp": "^3.9.1", |
| 54 | + "gulp-vinyl-zip": "^1.2.2", |
| 55 | + "vscode": "^0.11.0" |
| 56 | + }, |
| 57 | + "galleryBanner": { |
| 58 | + "color": "#f2f2f2", |
| 59 | + "theme": "light" |
| 60 | + }, |
| 61 | + "icon": "github-assets/icon.png", |
| 62 | + "bugs": { |
| 63 | + "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/issues" |
| 64 | + }, |
| 65 | + "license": "MIT", |
| 66 | + "homepage": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/blob/master/README.md", |
| 67 | + "keywords": [ |
| 68 | + "IBM", |
| 69 | + "log", |
| 70 | + "color", |
| 71 | + "output" |
| 72 | + ] |
60 | 73 | }
|
0 commit comments