dot_files/vim-plugins/bundle/xptemplate/ftplugin/actionscript/actionscript.xpt.vim

32 lines
606 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
XPTemplate priority=lang
" XPTvar $TRUE 1
" XPTvar $FALSE 0
" XPTvar $NULL NULL
" XPTvar $UNDEFINED NULL
XPTinclude
\ _common/common
XPTvar $CL /*
XPTvar $CM *
XPTvar $CR */
XPTvar $CS //
XPTinclude
\ _comment/singleDouble
XPTinclude
\ _condition/ecma
" ========================= Function and Variables =============================
" ================================= Snippets ===================================
XPT fun wrap " function ..( .. ) {..}
XSET arg*|post=ExpandIfNotEmpty(', ', 'arg*')
function` `name^ (`arg*^) {
`cursor^
}