mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
feat!: update angular parser to new major
BREAKING CHANGE: This changes the capture groups for all Control Flow statements.
This commit is contained in:
parent
03883041b2
commit
276c343b6b
2 changed files with 1 additions and 8 deletions
|
|
@ -92,13 +92,6 @@
|
|||
"{"
|
||||
"}"
|
||||
"@"
|
||||
"} @"
|
||||
(if_end_expression)
|
||||
(for_end_expression)
|
||||
(switch_end_expression)
|
||||
(case_end_expression)
|
||||
(default_end_expression)
|
||||
(defer_end_expression)
|
||||
] @punctuation.bracket
|
||||
|
||||
(two_way_binding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue