Skip to content

Commit

Permalink
Merge pull request #115 from samchamberland/js-variable-other-object
Browse files Browse the repository at this point in the history
 Remove meta.var.expr from scope selector
  • Loading branch information
arcticicestudio committed Mar 23, 2019
2 parents 698d9ba + d2801fb commit b0c399c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/nord.json
Expand Up @@ -863,9 +863,9 @@
},
{
"name": "[JavaScript] Variable Other Object",
"scope": "source.js meta.var.expr variable.other.object",
"scope": "source.js variable.other.object",
"settings": {
"foreground": "#8FBCBB"
"foreground": "#D8DEE9"
}
},
{
Expand Down

0 comments on commit b0c399c

Please sign in to comment.