vim/snippets/scheme.snippets @ 30835aec3aee

Update subrepository state.
author Steve Losh <steve@stevelosh.com>
date Sun, 30 Oct 2011 15:51:24 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))