mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
#name : struct ... { ... }
|
|
# key: struct
|
|
# --
|
|
struct ${1:name}
|
|
{
|
|
$0
|
|
}; |