We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/Microsoft/TypeScript/blob/ab9ce1e9e6636ec6a2aa4f01458525f249c4edf5/src/services/services.ts#L1172
I would expect them to get a special treatment. For instance
`Hello ${name}`
could have tokens like: string(Hello), punct(${), identifier(name), punct(}), string()
string(
)