dot_files/vim-plugins/bundle/xptemplate/ftplugin/_comment/c.like.xpt.vim
2017-07-09 00:26:06 +03:00

11 lines
290 B
VimL

" NOTE: You can include this file into which uses C comment format. But It is
" recommended to include _comment/doubleSign (or singleSign,
" singleDouble) directly.
XPTemplate priority=like
XPTvar $CL /*
XPTvar $CM *
XPTvar $CR */
XPTinclude
\ _comment/doubleSign