Closed
Description
I used to have different colors for curly braces, operators, parens, brackets and other punctuation in TypeScript.
It is not possible to achieve this amount of color diversity for punctuation in rust-analyzer for now, so I propose to add more specific semantic token modifiers for punctuation: punctuation.curlyBrace
, punctuation.bracket
, punctuation.paren
... so that it is possible to control the style of each individual punctuation symbol kind.
I am not insisting on implementing this via semantic token modifiers, this is just the first thing that comes to my head.