adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
23
plugins/bundle/xptemplate/ftplugin/json/json.xpt.vim
Normal file
23
plugins/bundle/xptemplate/ftplugin/json/json.xpt.vim
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
XPTemplate priority=lang
|
||||
|
||||
let s:f = g:XPTfuncs()
|
||||
|
||||
" use snippet 'varConst' to generate contant variables
|
||||
" use snippet 'varFormat' to generate formatting variables
|
||||
" use snippet 'varSpaces' to generate spacing variables
|
||||
|
||||
|
||||
XPTinclude
|
||||
\ _common/common
|
||||
|
||||
XPT array " [ ..., ... ]
|
||||
[ `val^`...^, `val^`...^ ]
|
||||
|
||||
XPT obj " { "...":... }
|
||||
{ "`key^":`val^`...^, "`key^":`val^`...^ }
|
||||
|
||||
XPT dic " { "...":..., ... }
|
||||
{ "`key^":`val^`...^,
|
||||
"`key^":`val^`...^
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue