Update BLACKHOLE.sublime-color-scheme

Improve Golang highlighting
This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2023-08-03 11:30:44 +03:00 committed by GitHub
commit 690837fc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,6 +287,12 @@
"scope": "variable.declaration.go",
"foreground": "var(variable)"
},
{
"name": "Go Annotation",
"scope": "variable.annotation.go",
"foreground": "#999",
"font_style": ""
},
{
"name": "Diff Header",
"scope": "meta.diff, meta.diff.header, punctuation.separator.key-value.diff, meta.separator.diff",