-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcompositor.json
More file actions
88 lines (88 loc) · 2.67 KB
/
compositor.json
File metadata and controls
88 lines (88 loc) · 2.67 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "stormwarning/vscode-jsont",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.25"
},
"title": "",
"branch": "",
"style": {
"name": "Swiss",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/SwissHeader",
"article": "article/SwissArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "\"Helvetica Neue\", Helvetica, Arial, sans-serif",
"heading": {
"fontWeight": 700,
"letterSpacing": "-0.01em"
},
"layout": {
"fluid": true
},
"colors": {
"text": "#000",
"background": "#fff",
"primary": "#05a",
"secondary": "#444",
"highlight": "#f30",
"border": "#ccc",
"muted": "#eee"
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://github.com/stormwarning/vscode-jsont",
"text": "GitHub"
},
{
"href": "https://npmjs.com/package/json-template",
"text": "npm"
}
]
},
{
"component": "header",
"heading": "vscode-jsont",
"subhead": "🏷️ JSON-Template / Squarespace language support for VSCode.",
"children": [
{
"component": "ui/TweetButton",
"text": "vscode-jsont: 🏷️ JSON-Template / Squarespace language support for VSCode.",
"url": null
},
{
"component": "ui/GithubButton",
"user": "stormwarning",
"repo": "vscode-jsont"
}
],
"text": "v0.3.0"
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "\n<p><a href=\"https://marketplace.visualstudio.com/items?itemName=stormwarning.json-template\"><img src=\"http://vsmarketplacebadge.apphb.com/version-short/stormwarning.json-template.svg?style=flat-square&label=vsce\"></a>\n<a href=\"https://marketplace.visualstudio.com/items?itemName=stormwarning.json-template\"><img src=\"http://vsmarketplacebadge.apphb.com/installs/stormwarning.json-template.svg?style=flat-square\"></a></p>\n<p>JSON-Template (specifically Squarespace) language support for Visual Studio Code.</p>\n<p>Adds JSON grammar for <code>.conf</code> & <code>.preset</code> files. Custom grammar for <code>.block</code>, <code>.item</code>, <code>.list</code>, <code>.page</code>, and <code>.region</code> files extends HTML.</p>\n"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/stormwarning/vscode-jsont",
"text": "GitHub"
},
{
"href": "https://github.com/stormwarning",
"text": "stormwarning"
}
]
}
]
}