mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 21:43:04 +00:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: fun
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: defun
|
|
# --
|
|
(defun ${1:name} (${2:parameters})
|
|
"${3:Documentation for $1.}"
|
|
($0)) |