We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840b36c + a218f62 commit e13ded1Copy full SHA for e13ded1
1 file changed
themes/nord.json
@@ -839,9 +839,20 @@
839
},
840
{
841
"name": "[JavaScript] String Template Literals Punctuation",
842
- "scope": "source.js string.template punctuation.definition.template-expression",
+ "scope": [
843
+ "source.js string.quoted.template punctuation.quasi.element.begin",
844
+ "source.js string.quoted.template punctuation.quasi.element.end",
845
+ "source.js string.template punctuation.definition.template-expression"
846
+ ],
847
"settings": {
- "foreground": "#5E81AC"
848
+ "foreground": "#81A1C1"
849
+ }
850
+ },
851
+ {
852
+ "name": "[JavaScript] Interpolated String Template Punctuation Functions",
853
+ "scope": "source.js string.quoted.template meta.method-call.with-arguments",
854
+ "settings": {
855
+ "foreground": "#ECEFF4"
856
}
857
858
0 commit comments