restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
vendor/yasnippet/snippets/cc-mode
9
vendor/yasnippet/snippets/cc-mode/once
vendored
Normal file
9
vendor/yasnippet/snippets/cc-mode/once
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 */
|
Loading…
Add table
Add a link
Reference in a new issue