Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: macro
|
||||
# key: macro
|
||||
# --
|
||||
macro(${1:name}${2: args})
|
||||
$2
|
||||
endmacro($1)$0
|
Reference in New Issue
Block a user