# -*- mode: snippet -*-
|
|
# name: defmacro
|
|
# key: defm
|
|
# --
|
|
(defmacro $1
|
|
"$2"$>
|
|
[$3]$>
|
|
$0)$>
|