7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
#name : struct ... { ... }
|
|
# key: struct
|
|
# --
|
|
struct ${1:name}
|
|
{
|
|
$0
|
|
}; |