vim/snippets/scheme.snippets @ 0ad4a6fc16d9

vim: fix the hash key
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Sep 2010 11:51:06 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))