fix(c_sharp): highlight < & > as @punctuation.bracket only in type param lists

This fixes highlighting of `x > 4`, for example
This commit is contained in:
Iron-E 2023-05-04 19:46:41 +00:00 committed by GitHub
parent 2115c7d585
commit 31d2f60734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,10 +307,10 @@
"}" "}"
"(" "("
")" ")"
"<"
">"
] @punctuation.bracket ] @punctuation.bracket
(type_argument_list ["<" ">"] @punctuation.bracket)
[ [
(this_expression) (this_expression)
(base_expression) (base_expression)