/javascript-mode/commons.if
http://github.com/ridgetang/snippets · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 24e6bd257c46172de25f03b6549d01bc MD5 · raw file
- # name : if(...) {...};
- # key : if
- # group : commons
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- if (${1:true}) {`yas/selected-text`$0};