dot_files/vim-plugins/bundle/xptemplate/ftplugin/_structures/c.like.xpt.vim

23 lines
234 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
XPTemplate priority=like
XPTvar $BRstc ' '
let s:f = g:XPTfuncs()
XPT enum hint=enum\ {\ ..\ }
XSET postQuoter={,}
enum `name^`$BRstc^{
`^
}
XPT struct hint=struct\ {\ ..\ }
struct `structName^`$BRstc^{
`^
}