Skip to content

Commit

Permalink
Merge pull request #88 from keithrussell42/topic/go-variables
Browse files Browse the repository at this point in the history
Fix Go's variables
  • Loading branch information
braver committed Oct 13, 2021
2 parents 28d1b1d + 14563f9 commit 24d8ee8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Solarized (dark).sublime-color-scheme
Expand Up @@ -540,6 +540,13 @@
"foreground": "var(base0)"
},

// Go
{
"name": "Go Variables",
"scope": "variable.other.go, variable.other.member.go, variable.other.member.declaration.go, variable.other.constant.declaration.go",
"foreground": "var(base0)"
},

// Sublime Merge
{
"scope": "diff.deleted",
Expand Down
7 changes: 7 additions & 0 deletions Solarized (light).sublime-color-scheme
Expand Up @@ -540,6 +540,13 @@
"foreground": "var(base00)"
},

// Go
{
"name": "Go Variables",
"scope": "variable.other.go, variable.other.member.go, variable.other.member.declaration.go, variable.other.constant.declaration.go",
"foreground": "var(base00)"
},

// Sublime Merge
{
"scope": "diff.deleted",
Expand Down

0 comments on commit 24d8ee8

Please sign in to comment.