Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit acfef14

Browse files
committedMay 3, 2025·
feat(parser)!: update to ABI 15
1 parent 9879014 commit acfef14

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed
 

‎src/parser.c

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tree-sitter.json

Lines changed: 26 additions & 0 deletions
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": "tomvig38@gmail.com"
23+
}
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)
Please sign in to comment.