Mercurial > ec-dotfiles
view vendor/vim-packs/srcery-vim/after/syntax/go.vim @ 713:4f5b040a589c
Remove support for old openbsd tmux
author | nanaya <me@nanaya.net> |
---|---|
date | Thu, 19 Oct 2023 05:52:05 +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 " }}}