Skip to content

Commit e13ded1

Browse files
Merge pull request #114 from arcticicestudio/improvement/gh-106-improve-interpolated-string-literals
Improve interpolated string literals
2 parents 840b36c + a218f62 commit e13ded1

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

themes/nord.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,20 @@
839839
},
840840
{
841841
"name": "[JavaScript] String Template Literals Punctuation",
842-
"scope": "source.js string.template punctuation.definition.template-expression",
842+
"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+
],
843847
"settings": {
844-
"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"
845856
}
846857
},
847858
{

0 commit comments

Comments
 (0)