vim/snippets/scheme.snippets @ af32c3c36764

Lots of Vim stuff.
author Steve Losh <steve@stevelosh.com>
date Wed, 14 Sep 2011 16:54:07 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))