PageRenderTime 16ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/javascript-mode/extjs.xt

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