vim/snippets/scheme.snippets @ b1b1e5191e69

Update subrepository state.
author Steve Losh <steve@stevelosh.com>
date Fri, 26 Aug 2011 15:17:21 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))