vim/snippets/scheme.snippets @ 6762e87e9ee0

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