Skip to content

Commit d74fa5f

Browse files
committed
feat(parser)!: update to ABI 15
1 parent 4c5a80e commit d74fa5f

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

src/parser.c

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"grammars": [
3+
{
4+
"name": "vimdoc",
5+
"path": ".",
6+
"scope": "text.vimdoc",
7+
"file-types": [ "txt" ],
8+
"highlights": "queries/vimdoc/highlights.scm",
9+
"injections": "queries/vimdoc/injections.scm"
10+
}
11+
],
12+
"metadata": {
13+
"version": "3.0.2-dev",
14+
"license": "Apache-2.0",
15+
"description": "Tree-sitter grammar for Vim help files",
16+
"links": {
17+
"repository": "https://github.com/neovim/tree-sitter-vimdoc"
18+
},
19+
"authors": [
20+
{
21+
"name": "Thomas Vigouroux",
22+
"email": "[email protected]"
23+
}
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)