vim/snippets/scheme.snippets @ f71dcc350ee4

Lots.
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Oct 2010 09:22:56 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))