/javascript-mode/extjs.xt
http://github.com/ridgetang/snippets · Unknown · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · eae13348497e0fc3ced8fd2d511befa2 MD5 · raw file
- # name : Ext.(X)Template
- # key : xt
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- ${1:var ${2:tpl} = }new Ext.${4:X}Template(${3:
- '<tpl for=".">',
- $0
- '</tpl>'}
- );