# -*- mode: snippet -*-
|
|
# name: struct TypeName { .. }
|
|
# key: struct
|
|
# --
|
|
struct ${1:TypeName} {
|
|
$0
|
|
}
|