vim/snippets/scheme.snippets @ f54eaeb2a58c

fuck you too, rubby
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jul 2013 18:53:57 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))