-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathzed.json
More file actions
79 lines (79 loc) · 2.61 KB
/
zed.json
File metadata and controls
79 lines (79 loc) · 2.61 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
{
"highlights": {
"attribute": "attribute",
"comment.block.documentation": "comment.doc",
"comment.line": "comment",
"constant.builtin.boolean": "boolean",
"constant.character": "string",
"constant.character.escape": "string.escape",
"constant.numeric.float": "number",
"constant.numeric.integer": "number",
"constructor": "constructor",
"function": "function",
"function.method": "function",
"function.builtin": "function",
"ignoreme.module": "variable.special",
"keyword.control": "keyword",
"keyword.control.conditional": "keyword",
"keyword.control.import": "keyword",
"keyword.control.return": "keyword",
"keyword.operator": "operator",
"module": "type",
"namespace": "type",
"namespace.roc-special.builtin": "type",
"operator": "operator",
"punctuation.bracket": "punctuation.bracket",
"punctuation.bracket.roc-special.in-typedef": "punctuation.bracket",
"punctuation.delimiter": "punctuation.delimiter",
"punctuation.delimiter.roc-special.in-typedef": "punctuation.delimiter",
"punctuation.special": "punctuation.special",
"special.roc-special.exposed": "label",
"special.roc-special.package": "label",
"special.roc-special.provided": "label",
"string": "string",
"string.special.url": "link_uri",
"type": "type",
"type.builtin": "type",
"type.definition": "type",
"type.enum.variant": "variant",
"type.parameter": "type",
"type.roc-special.inferred": "type",
"variable": "variable",
"variable.other.member": "property",
"variable.other.member.roc-special.in-typedef": "property",
"variable.parameter": "variable"
},
"indents": {
"indent": "indent"
},
"injections": {
"injection.content": "injection.content",
"injection.language": "injection.language"
},
"locals": {
"local.definition": "local.definition",
"local.definition.variable.parameter": "local.definition.variable.parameter",
"local.reference": "local.reference",
"local.scope": "local.scope"
},
"textobjects": {
"class.around": "class.around",
"class.inside": "class.inside",
"comment.around": "comment.around",
"function.around": "function.around",
"function.inside": "function.inside",
"parameter.around": "parameter.around",
"parameter.inside": "parameter.inside",
"test.around": "test.around",
"test.inside": "test.inside"
},
"tags": {
"definition.function": "definition.function",
"name": "name",
"reference.call": "reference.call"
},
"rainbows": {
"rainbow.scope": "rainbow.scope",
"rainbow.bracket": "rainbow.bracket"
}
}