Add syntax highlighting for JS/TS template string interpolation (Monokai built-in theme)#17841
Add syntax highlighting for JS/TS template string interpolation (Monokai built-in theme)#17841aeschli merged 3 commits intomicrosoft:masterfrom soncodi:colorize-template-variable
Conversation
|
Hi @soncodi, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
I've signed the CLA. |
|
Our typescript grammar uses scopes |
|
@aeschli Thanks. I adjusted the selectors, also including .js |
|
I'd suggest to just have the common prefix: punctuation.definition.template-expression. |
|
@aeschli Selectors updated. |
|
@aeschli Any update on this PR? |
|
I think you can remove the |
|
I'll remove the |
|
Thank you @aeschli |
The built-in Monokai theme makes interpolated template strings difficult to read. This PR adds highlighting to improve accessibility.
before:

after:
