vim/snippets/scheme.snippets @ 2e6fcff5e120

stable: add Stable.io script
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Sep 2010 08:40:08 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))