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