mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: st
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Struct
|
|
# --
|
|
struct ${1:`(or (and buffer-file-name (file-name-sans-extension (file-name-nondirectory buffer-file-name))) "name")`}
|
|
{
|
|
${2:/* data */$(yas/ephemeral-field 2)}
|
|
}; |