class Cl {
one?: string;
two!: string;
}
Some themes have different coloring for type punctuation scopes like keyword.operator.type. But exclamation mark stands out because it's keyword.operator.logical.

It would be nice for it to have a separate scope (like question mark keyword.operator.optional) or at least the same as colon keyword.operator.type.
Some themes have different coloring for type punctuation scopes like
keyword.operator.type. But exclamation mark stands out because it'skeyword.operator.logical.It would be nice for it to have a separate scope (like question mark
keyword.operator.optional) or at least the same as colonkeyword.operator.type.