Update BLACKHOLE.sublime-color-scheme
Improve Golang highlighting
This commit is contained in:
parent
292360a1e5
commit
690837fc9e
1 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue