rice

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

struct (103B)


      1 # -*- mode: snippet -*-
      2 # name: struct
      3 # key: type
      4 # contributor : @atotto
      5 # --
      6 type $1 struct {
      7 	$0
      8 }