1
0
forked from x/ContextOS
ContextOS/etc/conf/go.vim
2020-06-16 23:39:45 +08:00

13 lines
369 B
VimL

syntax match Comment "#.*$"
syntax match Comment "\<Name: \"[^\"]*\""
syntax match Comment "\<Help: \"[^\"]*\""
highlight kitConst ctermfg=yellow
syntax match kitConst "\<kit\.[a-z0-9A-Z_.]*"
highlight msgConst ctermfg=cyan
syntax match msgConst "\<ice\.[a-z0-9A-Z_.]*"
syntax match msgConst "\<msg\.[a-z0-9A-Z_.]*"
syntax match msgConst "\<m\.[a-z0-9A-Z_.]*"