vim/snippets/scheme.snippets @ ee078856f581

vim: whitespace
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Feb 2011 15:25:23 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))