**[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.49 / latest **Code** ```ts // Please include a code snippet that demonstrates the issue styled.div`` ``` div here has scope ``` variable.other.property.ts meta.var.expr.tsx source.tsx ``` It would be nice if it had a custom scope similar to a function call which has the scope ``` entity.name.function.ts meta.function-call.ts meta.var.expr.tsx source.tsx ```