From be95c208c856b375387ff3ece6afc0462892bd70 Mon Sep 17 00:00:00 2001 From: morhetz Date: Thu, 6 Mar 2014 16:53:01 +0400 Subject: [PATCH] Golang highlighting --- colors/gruvbox.vim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 7b7d8a73..a3c27aeb 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -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 -------------------------------------------------------------------