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(`)`