yasnippet/extras/imported/lisp-mode/defmacro.yasnippet
2009-08-29 17:59:02 +00:00

8 lines
179 B
Plaintext

# -*- mode: snippet -*-
# key: mac
# contributor: Translated from TextMate Snippet
# name: defmacro
# --
(defmacro ${1:name} (${2:parameters})
"${3:Documentation for $1.}"
($0))