view vendor/vim-packs/srcery-vim/after/syntax/go.vim @ 729:a01648ad62b7

[vimrc] Use correct srcery option? Dunno where the previous one went to but it stopped taking effect.
author nanaya <me@nanaya.net>
date Mon, 06 Jan 2025 17:12:49 +0900
parents 1e0f578f6752
children
line wrap: on
line source

if srcery#helper#ShouldAbort('go')
  finish
endif
" Go: {{{

hi! link goDirective SrceryCyan
hi! link goConstants SrceryMagenta
hi! link goDeclaration SrceryRed
hi! link goDeclType SrceryBlue
hi! link goBuiltins SrceryYellow

" }}}