mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(angular): nullish coalescing operator in Angular templates (#6052)
This commit is contained in:
parent
127cf25737
commit
3722d5d772
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@
|
|||
"?."
|
||||
] @punctuation.delimiter
|
||||
|
||||
(nullish_coalescing_expression
|
||||
(coalescing_operator) @operator)
|
||||
|
||||
(concatination_expression
|
||||
"+" @operator)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue