defmacro 163 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : defmacro
  3. #key : mac
  4. # --
  5. (defmacro ${1:name} (${2:parameters})
  6. "${3:Documentation for $1.}"
  7. ($0))