mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
fixup: parser requires generate (ABI)
This commit is contained in:
parent
de5197871e
commit
52b25c9a3f
1 changed files with 2 additions and 1 deletions
|
|
@ -97,8 +97,9 @@ list.angular = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/steelsojka/tree-sitter-angular",
|
url = "https://github.com/steelsojka/tree-sitter-angular",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
maintainers = { "@steelsojka" },
|
experimental = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
list.apex = {
|
list.apex = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue