Mercurial > ec-dotfiles
comparison vendor/vim-packs/srcery-vim/after/syntax/go.vim @ 704:1e0f578f6752
Update vendor and add support for vim packs
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 20:06:46 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
703:b7cd7465cc26 | 704:1e0f578f6752 |
---|---|
1 if srcery#helper#ShouldAbort('go') | |
2 finish | |
3 endif | |
4 " Go: {{{ | |
5 | |
6 hi! link goDirective SrceryCyan | |
7 hi! link goConstants SrceryMagenta | |
8 hi! link goDeclaration SrceryRed | |
9 hi! link goDeclType SrceryBlue | |
10 hi! link goBuiltins SrceryYellow | |
11 | |
12 " }}} |