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

13 lines
311 B
VimL

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