vim/snippets/scheme.snippets @ 6672280a6933

random stuff from the past few days
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Jun 2012 11:23:24 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))