yasnippet/extras/imported/c-mode/#ifndef … #define … #endif.yasnippet
2009-08-29 17:59:02 +00:00

8 lines
199 B
Plaintext

# -*- mode: snippet -*-
# key: def
# contributor: Translated from TextMate Snippet
# name: #ifndef … #define … #endif
# --
#ifndef ${1/([A-Za-z0-9_]+).*/$1/}
#define ${1:SYMBOL} ${2:value}
#endif