feat(angular)!: switch to parser supporting v17 (#5779)

This commit is contained in:
Dennis van den Berg 2024-01-27 12:17:25 +01:00 committed by GitHub
parent 589fa77c23
commit 2fb2100fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 159 additions and 52 deletions

View file

@ -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,
}