vim/snippets/scheme.snippets @ 7d77a8a00a2b

Lots from the past week or so.
author Steve Losh <steve@stevelosh.com>
date Wed, 19 Oct 2011 14:35:48 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))