mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(angular)!: switch to parser supporting v17 (#5779)
This commit is contained in:
parent
589fa77c23
commit
2fb2100fed
9 changed files with 159 additions and 52 deletions
|
|
@ -95,10 +95,11 @@ list.agda = {
|
|||
|
||||
list.angular = {
|
||||
install_info = {
|
||||
url = "https://github.com/steelsojka/tree-sitter-angular",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
url = "https://github.com/dlvandenberg/tree-sitter-angular",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@dlvandenberg" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue