mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
] @punctuation.delimiter
|
||||||
|
|
||||||
|
(nullish_coalescing_expression
|
||||||
|
(coalescing_operator) @operator)
|
||||||
|
|
||||||
(concatination_expression
|
(concatination_expression
|
||||||
"+" @operator)
|
"+" @operator)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue