/javascript-mode/commons.if

http://github.com/ridgetang/snippets · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 24e6bd257c46172de25f03b6549d01bc MD5 · raw file

  1. # name : if(...) {...};
  2. # key : if
  3. # group : commons
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. if (${1:true}) {`yas/selected-text`$0};