vim/snippets/scheme.snippets @ c78c98ee75cb

Unfuck GitHub's UI a bit.
author Steve Losh <steve@stevelosh.com>
date Thu, 10 May 2012 12:18:07 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))