7 lines
74 B
Plaintext
Raw Normal View History

#name : struct ... { ... }
# key: struct
# --
struct ${1:name}
{
$0
};