default themes: colorization of string placeholders

This commit is contained in:
Martin Aeschlimann
2021-06-07 14:07:56 +02:00
parent c9f695b596
commit 2fb55257fe
6 changed files with 56 additions and 53 deletions

View File

@@ -91,7 +91,8 @@
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable"
"entity.name.variable",
"constant.other.placeholder", // placeholders in strings
],
"settings": {
"foreground": "#9CDCFE"