mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(c_sharp): "<", ">" in type param lists are brackets (#8003)
This commit is contained in:
parent
6c2234f7ba
commit
96f51adf71
1 changed files with 6 additions and 0 deletions
|
|
@ -459,6 +459,12 @@
|
||||||
|
|
||||||
(interpolation_brace) @punctuation.special
|
(interpolation_brace) @punctuation.special
|
||||||
|
|
||||||
|
(type_parameter_list
|
||||||
|
[
|
||||||
|
"<"
|
||||||
|
">"
|
||||||
|
] @punctuation.bracket)
|
||||||
|
|
||||||
(type_argument_list
|
(type_argument_list
|
||||||
[
|
[
|
||||||
"<"
|
"<"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue