6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: type ... struct { ... }
|
||
|
# --
|
||
|
type $1 struct {
|
||
|
`%`$0
|
||
|
}
|