Inspecting the mustache content in the below code with Developer: Inspect TM scopes
<p>name: {{ name }}</p>
I get text.html.basic, meaning there is no separate scope for changing the color of name inside the mustache tags. Is there any other way of changing the color of template props in Visual Studio Code?
