mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
fix(angular): typo in capture name (#6249)
This commit is contained in:
parent
70f03829af
commit
212b7a504c
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"revision": "d3dc807692e6bca671d4491b3bf5c67eeca8c016"
|
"revision": "d3dc807692e6bca671d4491b3bf5c67eeca8c016"
|
||||||
},
|
},
|
||||||
"angular": {
|
"angular": {
|
||||||
"revision": "6d02054ae9aa1fedf5097fe6d93dd78f751dff21"
|
"revision": "a1b5ff462875e5f92e6265fc630702847e0dcbb3"
|
||||||
},
|
},
|
||||||
"apex": {
|
"apex": {
|
||||||
"revision": "857077f9e6bb04df0f769c18d32bfe036911adc8"
|
"revision": "857077f9e6bb04df0f769c18d32bfe036911adc8"
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
(nullish_coalescing_expression
|
(nullish_coalescing_expression
|
||||||
(coalescing_operator) @operator)
|
(coalescing_operator) @operator)
|
||||||
|
|
||||||
(concatination_expression
|
(concatenation_expression
|
||||||
"+" @operator)
|
"+" @operator)
|
||||||
|
|
||||||
(binary_expression
|
(binary_expression
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue