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