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

7 lines
177 B
Plaintext

# -*- mode: snippet -*-
# key: const
# contributor: Translated from TextMate Snippet
# name: defconstant
# --
(defconstant +${1:name}+ ${2:value}
"${3:Documentation for $1.}"))