mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 00:44:18 +00:00
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
This commit is contained in:
5
extras/imported/c-mode/#ifndef #define #endif.yasnippet
Normal file
5
extras/imported/c-mode/#ifndef #define #endif.yasnippet
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: def
|
||||
# name: #ifndef … #define … #endif
|
||||
# --
|
||||
${1:$(if (string= text "") "" (concat "#ifndef " text "\n"))}#define ${1:SYMBOL} ${2:value}${1:$(if (string= text "") "" (concat "\n#endif "))}
|
||||
Reference in New Issue
Block a user