2 Commits

Author SHA1 Message Date
Luis
a449a70e06 Merge e6921fae32 into 15b37caad7 2024-03-20 11:56:39 -06:00
bronzdoc
e6921fae32 Make goDirective symmetric with colorscheme 2017-04-01 11:51:01 -06:00

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 {{{