Make goDirective symmetric with colorscheme

This commit is contained in:
bronzdoc
2017-04-01 11:47:54 -06:00
parent 834fbe93d1
commit e6921fae32

View File

@@ -639,6 +639,9 @@ call s:HL('pythonDecorator', 'taffy', '', 'none')
call s:HL('pythonRun', 'gravel', '', 'bold')
call s:HL('pythonCoding', 'gravel', '', 'bold')
" }}}
" GO {{{
call s:HL('goDirective', 'lime', '', 'none')
" }}}
" SLIMV {{{