feat(angular): Add support for ICU expressions. (#6288)

This commit is contained in:
Dennis van den Berg 2024-04-30 12:14:54 +02:00 committed by GitHub
parent 30ed7031af
commit 121d0c4c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,6 +101,12 @@
(defer_end_expression)
] @punctuation.bracket
(two_way_binding
[
"[("
")]"
] @punctuation.bracket)
[
"{{"
"}}"
@ -119,6 +125,10 @@
(concatenation_expression
"+" @operator)
(icu_clause) @keyword.operator
(icu_category) @keyword.conditional
(binary_expression
[
"-"