forked from mickeynp/combobulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.ini
50 lines (38 loc) · 2.55 KB
/
sources.ini
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
# Note that some grammars are pinned to a version known to work with
# the rules in Emacs 29.1
[yaml]
nodes = https://raw.githubusercontent.com/ikatyang/tree-sitter-yaml/master/src/node-types.json
grammar = https://raw.githubusercontent.com/ikatyang/tree-sitter-yaml/master/src/grammar.json
[tsx]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-typescript/v0.20.3/tsx/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-typescript/v0.20.3/tsx/src/grammar.json
[css]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-css/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-css/master/src/grammar.json
[typescript]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-typescript/v0.20.3/typescript/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-typescript/v0.20.3/typescript/src/grammar.json
[javascript]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-javascript/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-javascript/master/src/grammar.json
[jsx]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-javascript/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-javascript/master/src/grammar.json
[go]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-go/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-go/master/src/grammar.json
[python]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-python/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-python/master/src/grammar.json
[c]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-c/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-c/master/src/grammar.json
[html]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-html/v0.20.1/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-html/v0.20.1/src/grammar.json
[toml]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-toml/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-toml/master/src/grammar.json
[json]
nodes = https://raw.githubusercontent.com/tree-sitter/tree-sitter-json/master/src/node-types.json
grammar = https://raw.githubusercontent.com/tree-sitter/tree-sitter-json/master/src/grammar.json