mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(angular)!: update parser and queries
Breaking change: node `(static_member_expression)` was removed
This commit is contained in:
committed by
Christian Clason
parent
c579a8c0cf
commit
01ced7499f
@@ -18,7 +18,7 @@ return {
|
||||
},
|
||||
angular = {
|
||||
install_info = {
|
||||
revision = 'd1f24a8890462cb740909ff62a3a079cded288bc',
|
||||
revision = '15590fdaf2edbd33e5883b22c844eef545320fc5',
|
||||
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
||||
},
|
||||
maintainers = { '@dlvandenberg' },
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
|
||||
(pipe_operator) @operator
|
||||
|
||||
[
|
||||
(string)
|
||||
(static_member_expression)
|
||||
] @string
|
||||
(string) @string
|
||||
|
||||
(number) @number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user