From 00acbd5e4ad842a4b127e815720c04a97a7957c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=C9=B4=E1=B4=9B=E1=B4=8F=C9=B4=20=C9=B4=E1=B4=8F?= =?UTF-8?q?=E1=B4=A0=E1=B4=8F=E1=B4=8A=C9=AA=CA=9F=E1=B4=8F=E1=B4=A0?= Date: Wed, 19 Jan 2022 16:40:00 +0300 Subject: [PATCH] Improve Go + LSP support --- BLACKHOLE.sublime-color-scheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLACKHOLE.sublime-color-scheme b/BLACKHOLE.sublime-color-scheme index 9ec68d6..6b91fdf 100644 --- a/BLACKHOLE.sublime-color-scheme +++ b/BLACKHOLE.sublime-color-scheme @@ -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)" }, {