vim/snippets/scheme.snippets @ 209ac68cf537

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