home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

struct (86B)


      1 # -*- mode: snippet -*-
      2 # name: type ... struct { ... }
      3 # --
      4 type $1 struct {
      5 	`%`$0
      6 }