forked from tree-sitter-grammars/tree-sitter-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree-sitter.json
More file actions
39 lines (39 loc) · 850 Bytes
/
tree-sitter.json
File metadata and controls
39 lines (39 loc) · 850 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
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "vim",
"scope": "text.vim",
"path": ".",
"file-types": [
"vim"
],
"highlights": "queries/vim/highlights.scm",
"injections": "queries/vim/injections.scm"
}
],
"metadata": {
"version": "0.8.1",
"license": "MIT",
"description": "Tree-sitter grammar for Vimscript files",
"authors": [
{
"name": "Thomas Vigouroux",
"email": "tomvig38@gmail.com"
}
],
"links": {
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-vim"
}
},
"bindings": {
"c": false,
"go": false,
"java": false,
"node": false,
"python": false,
"rust": false,
"swift": false,
"zig": false
}
}