mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
#name : #ifndef XXX; #define XXX; #endif
|
|
# key: once
|
|
# --
|
|
#ifndef ${1:_`(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`_H_}
|
|
#define $1
|
|
|
|
$0
|
|
|
|
#endif /* $1 */ |