mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(angular): Add support for ICU expressions. (#6288)
This commit is contained in:
parent
30ed7031af
commit
121d0c4c67
1 changed files with 10 additions and 0 deletions
|
|
@ -101,6 +101,12 @@
|
||||||
(defer_end_expression)
|
(defer_end_expression)
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
(two_way_binding
|
||||||
|
[
|
||||||
|
"[("
|
||||||
|
")]"
|
||||||
|
] @punctuation.bracket)
|
||||||
|
|
||||||
[
|
[
|
||||||
"{{"
|
"{{"
|
||||||
"}}"
|
"}}"
|
||||||
|
|
@ -119,6 +125,10 @@
|
||||||
(concatenation_expression
|
(concatenation_expression
|
||||||
"+" @operator)
|
"+" @operator)
|
||||||
|
|
||||||
|
(icu_clause) @keyword.operator
|
||||||
|
|
||||||
|
(icu_category) @keyword.conditional
|
||||||
|
|
||||||
(binary_expression
|
(binary_expression
|
||||||
[
|
[
|
||||||
"-"
|
"-"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue