22 lines
234 B
VimL
22 lines
234 B
VimL
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^{
|
|
`^
|
|
}
|