diff options
Diffstat (limited to 'runtime/queries/c_sharp')
| -rw-r--r-- | runtime/queries/c_sharp/highlights.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/c_sharp/highlights.scm b/runtime/queries/c_sharp/highlights.scm index 5055990b0..ce9911151 100644 --- a/runtime/queries/c_sharp/highlights.scm +++ b/runtime/queries/c_sharp/highlights.scm @@ -459,6 +459,12 @@ (interpolation_brace) @punctuation.special +(type_parameter_list + [ + "<" + ">" + ] @punctuation.bracket) + (type_argument_list [ "<" |
