-
Notifications
You must be signed in to change notification settings - Fork 0
/
languages.toml
230 lines (193 loc) · 5.24 KB
/
languages.toml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
[agda]
source = "https://github.com/tree-sitter/tree-sitter-agda"
name = "agda"
library = "tree-sitter-agda"
extensions = ["agda"]
[bash]
source = "https://github.com/tree-sitter/tree-sitter-bash"
name = "bash"
library = "tree-sitter-bash"
extensions = ["sh", "bash"]
[c]
source = "https://github.com/tree-sitter/tree-sitter-c"
name = "c"
library = "tree-sitter-c"
extensions = ["c", "h"]
[c-sharp]
source = "https://github.com/tree-sitter/tree-sitter-c-sharp"
name = "c_sharp"
library = "tree-sitter-c-sharp"
extensions = ["cs"]
[clojure]
source = "https://github.com/oakmac/tree-sitter-clojure"
name = "clojure"
library = "tree-sitter-clojure"
extensions = ["clj"]
[cpp]
source = "https://github.com/tree-sitter/tree-sitter-cpp"
name = "cpp"
library = "tree-sitter-cpp"
extensions = ["cpp", "cc", "c++", "hpp", "hh", "h++", "C"]
[css]
source = "https://github.com/tree-sitter/tree-sitter-css"
name = "css"
library = "tree-sitter-css"
extensions = ["css"]
[elm]
source = "https://github.com/Razzeee/tree-sitter-elm"
name = "elm"
library = "tree-sitter-elm"
extensions = ["elm"]
[embedded-template]
source = "https://github.com/tree-sitter/tree-sitter-embedded-template"
name = "embedded_template"
library = "tree-sitter-embedded-template"
extensions = ["erb", "ejs"]
[eno]
source = "https://github.com/eno-lang/tree-sitter-eno"
name = "eno"
library = "tree-sitter-eno"
extensions = ["eno"]
[fluent]
source = "https://github.com/tree-sitter/tree-sitter-fluent"
name = "fluent"
library = "tree-sitter-fluent"
extensions = ["ftl"]
[go]
source = "https://github.com/tree-sitter/tree-sitter-go"
name = "go"
library = "tree-sitter-go"
extensions = ["go"]
[graphql]
source = "https://github.com/bkegley/tree-sitter-graphql"
name = "graphql"
library = "tree-sitter-graphql"
extensions = ["graphql", "gql"]
[haskell]
source = "https://github.com/tree-sitter/tree-sitter-haskell"
name = "haskell"
library = "tree-sitter-haskell"
extensions = ["hs"]
[html]
source = "https://github.com/tree-sitter/tree-sitter-html"
name = "html"
library = "tree-sitter-html"
extensions = ["html", "htm", "svelte"]
[java]
source = "https://github.com/tree-sitter/tree-sitter-java"
name = "java"
library = "tree-sitter-java"
extensions = ["java"]
[javascript]
source = "https://github.com/tree-sitter/tree-sitter-javascript"
name = "javascript"
library = "tree-sitter-javascript"
extensions = ["js", "jsx", "mjs", "es6"]
[jsdoc]
source = "https://github.com/tree-sitter/tree-sitter-jsdoc"
name = "jsdoc"
library = "tree-sitter-jsdoc"
extensions = ["jsdoc"]
[json]
source = "https://github.com/tree-sitter/tree-sitter-json"
name = "json"
library = "tree-sitter-json"
extensions = ["json"]
[julia]
source = "https://github.com/tree-sitter/tree-sitter-julia"
name = "julia"
library = "tree-sitter-julia"
extensions = ["jl"]
[lua]
source = "https://github.com/Azganoth/tree-sitter-lua"
name = "lua"
library = "tree-sitter-lua"
extensions = ["lua"]
[markdown]
source = "https://github.com/ikatyang/tree-sitter-markdown"
name = "markdown"
library = "tree-sitter-markdown"
extensions = ["md"]
[ocaml]
source = "https://github.com/tree-sitter/tree-sitter-ocaml"
name = "ocaml"
library = "tree-sitter-ocaml"
extensions = ["ocaml", "ml", "mli"]
[php]
source = "https://github.com/tree-sitter/tree-sitter-php"
name = "php"
library = "tree-sitter-php"
extensions = ["php"]
[prolog]
source = "https://github.com/foxfriends/tree-sitter-prolog"
name = "prolog"
library = "tree-sitter-prolog"
extensions = ["pl"]
[python]
source = "https://github.com/tree-sitter/tree-sitter-python"
name = "python"
library = "tree-sitter-python"
extensions = ["py"]
[regex]
source = "https://github.com/tree-sitter/tree-sitter-regex"
name = "regex"
library = "tree-sitter-regex"
extensions = ["regex"]
[ruby]
source = "https://github.com/tree-sitter/tree-sitter-ruby"
name = "ruby"
library = "tree-sitter-ruby"
extensions = ["rb"]
[rust]
source = "https://github.com/tree-sitter/tree-sitter-rust"
name = "rust"
library = "tree-sitter-rust"
extensions = ["rs", "rust"]
[scala]
source = "https://github.com/tree-sitter/tree-sitter-scala"
name = "scala"
library = "tree-sitter-scala"
extensions = ["scala"]
[syncat-stylesheet]
source = "https://github.com/foxfriends/syncat"
path = "tree-sitter-syncat-stylesheet"
name = "syncat_stylesheet"
library = "syncat"
extensions = ["syncat"]
[systemrdl]
source = "https://github.com/SystemRDL/tree-sitter-systemrdl"
name = "systemrdl"
library = "tree-sitter-systemrdl"
extensions = ["rdl"]
[test]
source = "https://github.com/Aerijo/tree-sitter-test"
name = "test"
library = "tree-sitter-test"
extensions = ["corpus"]
[toml]
source = "https://github.com/ikatyang/tree-sitter-toml"
name = "toml"
library = "tree-sitter-toml"
extensions = ["toml"]
[typescript]
source = "https://github.com/tree-sitter/tree-sitter-typescript"
path = "typescript"
name = "typescript"
library = "tree-sitter-typescript"
extensions = ["ts"]
[tsx]
source = "https://github.com/tree-sitter/tree-sitter-typescript"
path = "tsx"
name = "tsx"
library = "tree-sitter-typescript"
extensions = ["tsx"]
[verilog]
source = "https://github.com/tree-sitter/tree-sitter-verilog"
name = "verilog"
library = "tree-sitter-verilog"
extensions = ["v"]
[yaml]
source = "https://github.com/ikatyang/tree-sitter-yaml"
name = "yaml"
library = "tree-sitter-yaml"
extensions = ["yaml", "yml"]