rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

elseif (96B)


      1 # -*- mode: snippet -*-
      2 # name: else if
      3 # key: elif
      4 # contributor : @mjf
      5 # --
      6 else if $1 {
      7 	$0
      8 }