vim/snippets/scheme.snippets @ 408eea0aa65c

vim: add tag-regen mapping
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Feb 2011 12:55:21 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))