2 Commits

Author SHA1 Message Date
Luis
6ba5387011 Merge e6921fae32 into 61d75affa5 2024-09-27 11:41:57 +00: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 {{{