feat(angular)!: update parser and queries

Breaking change: node `(static_member_expression)` was removed
This commit is contained in:
Christian Clason
2025-10-04 11:08:09 +02:00
committed by Christian Clason
parent c579a8c0cf
commit 01ced7499f
2 changed files with 2 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ return {
},
angular = {
install_info = {
revision = 'd1f24a8890462cb740909ff62a3a079cded288bc',
revision = '15590fdaf2edbd33e5883b22c844eef545320fc5',
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
},
maintainers = { '@dlvandenberg' },

View File

@@ -4,10 +4,7 @@
(pipe_operator) @operator
[
(string)
(static_member_expression)
] @string
(string) @string
(number) @number