-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtree-sitter.config.json
More file actions
52 lines (52 loc) · 946 Bytes
/
tree-sitter.config.json
File metadata and controls
52 lines (52 loc) · 946 Bytes
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
{
"parser-directories": ["./packages", "./dist/node_modules"],
"theme": {
"variable.builtin": {
"bold": true
},
"punctuation.delimiter": 239,
"tag": 18,
"comment": {
"italic": true,
"color": 245
},
"function": 26,
"string.special": 30,
"number": {
"color": 94,
"bold": true
},
"module": 136,
"operator": {
"color": 239,
"bold": true
},
"constant": 94,
"embedded": null,
"function.builtin": {
"bold": true,
"color": 26
},
"property": 124,
"keyword": 56,
"type": 23,
"type.builtin": {
"color": 23,
"bold": true
},
"variable.parameter": {
"underline": true
},
"constructor": 136,
"string": 28,
"constant.builtin": {
"bold": true,
"color": 94
},
"punctuation.bracket": 239,
"attribute": {
"italic": true,
"color": 124
}
}
}