mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-15 23:03:46 -05:00
Golang highlighting
This commit is contained in:
@@ -764,6 +764,15 @@ call s:HL('rubyInterpolationDelimiter', 'aqua')
|
||||
call s:HL('objcTypeModifier', 'red')
|
||||
call s:HL('objcDirective', 'blue')
|
||||
|
||||
" }}}
|
||||
" Go: {{{
|
||||
|
||||
call s:HL('goDirective', 'aqua')
|
||||
call s:HL('goConstants', 'purple')
|
||||
call s:HL('goDeclaration', 'red')
|
||||
call s:HL('goDeclType', 'blue')
|
||||
call s:HL('goBuiltins', 'orange')
|
||||
|
||||
" }}}
|
||||
|
||||
" Functions -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user