switch( ) case: 136 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : switch( ) case:
  3. #key : case
  4. # --
  5. case '${1:variable}':
  6. $0
  7. break;