-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "better-shellscript-syntax",
"displayName": "Better Shell Syntax",
"version": "1.8.8",
"repository": {
"url": "https://github.com/jeff-hykin/better-shell-syntax",
"type": "git"
},
"icon": "icon.png",
"scripts": {},
"keywords": [
"syntax",
"textmate",
"highlighting",
"coloring",
"color"
],
"engines": {
"vscode": "^1.0.0"
},
"author": "Jeff Hykin",
"publisher": "jeff-hykin",
"contributes": {
"grammars": [
{
"language": "shellscript",
"scopeName": "source.shell",
"path": "autogenerated/shell.tmLanguage.json",
"balancedBracketScopes": [
"*"
],
"unbalancedBracketScopes": [
"punctuation.definition.case-pattern.shell"
]
}
]
},
"categories": [
"Programming Languages"
],
"description": "This enables your theme to better color your code. There are \"textmate scopes\" that your theme uses to apply color, this extension adds/improves the textmate scopes which should improve the way your code looks.",
"bugs": {
"url": "https://github.com/jeff-hykin/better-shell-syntax/issues"
},
"homepage": "https://github.com/jeff-hykin/better-shell-syntax#readme",
"license": "ISC",
"devDependencies": {
"chalk": "^2.4.2",
"dictionary-en-us": "^2.1.1",
"lodash": "^4.17.19",
"nspell": "^2.1.2",
"oniguruma": "^7.2.0",
"textmate-bailout": "^1.1.0",
"vsce": "^1.99.0",
"yargs": "^17.5.1",
"ovsx": "^0.5.1",
"textmate-tester": "^1.1.9"
}
}