Merge branch 'master' of github.com:essentialkaos/blackhole-theme-sublime

* 'master' of github.com:essentialkaos/blackhole-theme-sublime:
  Improve Go + LSP support
This commit is contained in:
Anton Novojilov 2022-08-10 18:18:01 +03:00
commit 7613435906

View file

@ -274,7 +274,7 @@
},
{
"name": "Go External Variables",
"scope": "variable.other.go, variable.other.constant.declaration.go",
"scope": "variable.other.go, variable.other.constant.declaration.go, support.type.builtin.go",
"foreground": "var(highlighted)"
},
{