vim/snippets/scheme.snippets @ 1cb4a1729a46

vim: add important enterprise robustness
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Feb 2011 15:08:43 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))