-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathhelix.json
More file actions
104 lines (104 loc) · 4.05 KB
/
helix.json
File metadata and controls
104 lines (104 loc) · 4.05 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"highlights": {
"attribute": "attribute",
"comment": "comment",
"comment.block": "comment.block",
"comment.block.documentation": "comment.block.documentation",
"comment.line": "comment.line",
"constant": "constant",
"constant.builtin": "constant.builtin",
"constant.builtin.boolean": "constant.builtin.boolean",
"constant.character": "constant.character",
"constant.character.escape": "constant.character.escape",
"constant.numeric": "constant.numeric",
"constant.numeric.float": "constant.numeric.float",
"constant.numeric.integer": "constant.numeric.integer",
"constructor": "constructor",
"function": "function",
"function.builtin": "function.builtin",
"ignoreme.module": "ignoreme.module",
"keyword": "keyword",
"keyword.control": "keyword.control",
"keyword.control.conditional": "keyword.control.conditional",
"keyword.control.exception": "keyword.control.exception",
"keyword.control.import": "keyword.control.import",
"keyword.control.repeat": "keyword.control.repeat",
"keyword.control.return": "keyword.control.return",
"keyword.directive": "keyword.directive",
"keyword.function": "keyword.function",
"keyword.operator": "keyword.operator",
"keyword.storage.modifier": "keyword.storage.modifier",
"keyword.storage.type": "keyword.storage.type",
"label": "label",
"module": "module",
"namespace": "namespace",
"namespace.roc-special.builtin": "namespace.roc-special.builtin",
"operator": "operator",
"punctuation": "punctuation",
"punctuation.bracket": "punctuation.bracket",
"punctuation.bracket.roc-special.in-typedef": "punctuation.bracket.roc-special.in-typedef",
"punctuation.delimiter": "punctuation.delimiter",
"punctuation.delimiter.roc-special.in-typedef": "punctuation.delimiter.roc-special.in-typedef",
"punctuation.special": "punctuation.special",
"special": "special",
"special.roc-special.exposed": "special.roc-special.exposed",
"special.roc-special.package": "special.roc-special.package",
"special.roc-special.provided": "special.roc-special.provided",
"string": "string",
"string.regexp": "string.regexp",
"string.special": "string.special",
"string.special.path": "string.special.path",
"string.special.symbol": "string.special.symbol",
"string.special.url": "string.special.url",
"tag": "tag",
"tag.builtin": "tag.builtin",
"type": "type",
"type.builtin": "type.builtin",
"type.definition": "type.definition",
"type.enum": "type.enum",
"type.enum.variant": "type.enum.variant",
"type.parameter": "type.parameter",
"type.roc-special.inferred": "type.roc-special.inferred",
"variable": "variable",
"variable.builtin": "variable.builtin",
"variable.other": "variable.other",
"variable.other.member": "variable.other.member",
"variable.other.member.private": "variable.other.member.private",
"variable.other.member.roc-special.in-typedef": "variable.other.member.roc-special.in-typedef",
"variable.parameter": "variable.parameter",
"function.method": "function.method"
},
"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"
}
}