mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -6,7 +6,7 @@
|
||||||
"revision": "d3dc807692e6bca671d4491b3bf5c67eeca8c016"
|
"revision": "d3dc807692e6bca671d4491b3bf5c67eeca8c016"
|
||||||
},
|
},
|
||||||
"angular": {
|
"angular": {
|
||||||
"revision": "3d7f50e88acc34d7452d6fcec1b11b555da60f00"
|
"revision": "b96a0d1605da3492f6474245098b6f0c503e596d"
|
||||||
},
|
},
|
||||||
"apex": {
|
"apex": {
|
||||||
"revision": "c99ad4b16d112fea91745e3f1b769754239fdaba"
|
"revision": "c99ad4b16d112fea91745e3f1b769754239fdaba"
|
||||||
|
|
|
||||||
|
|
@ -92,13 +92,6 @@
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
"@"
|
"@"
|
||||||
"} @"
|
|
||||||
(if_end_expression)
|
|
||||||
(for_end_expression)
|
|
||||||
(switch_end_expression)
|
|
||||||
(case_end_expression)
|
|
||||||
(default_end_expression)
|
|
||||||
(defer_end_expression)
|
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
(two_way_binding
|
(two_way_binding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue