Skip to content

Commit

Permalink
JS: String Interpolation Colours
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsheppard committed Jun 22, 2017
1 parent e6b1ccf commit ad2a0f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voodoo",
"displayName": "Voodoo",
"description": "A dark, supernatural and neon-inspired theme",
"version": "0.3.10",
"version": "0.3.11",
"publisher": "liamsheppard",
"galleryBanner": {
"color": "#25273e",
Expand Down
14 changes: 12 additions & 2 deletions themes/Voodoo-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
}
},
{
"name": "[JavaScript] Default keyword",
"name": "[JavaScript] IfElse / Switch / Return",
"scope": [
"source.js keyword.control.conditional",
"source.js keyword.control.switch",
Expand All @@ -480,12 +480,22 @@
}
},
{
"name": "[JavaScript] Default keyword",
"name": "[JavaScript] Exit Loop",
"scope": "source.js keyword.control.loop",
"settings": {
"foreground": "#EF476F"
}
},
{
"name": "[JavaScript] String Interpolation Punctuation",
"scope": [
"source.js punctuation.definition.template-expression.begin",
"source.js punctuation.definition.template-expression.end"
],
"settings": {
"foreground": "#EF476F"
}
},

{
"name": "[JavaScript] Object Definition",
Expand Down

0 comments on commit ad2a0f0

Please sign in to comment.