vim/snippets/scheme.snippets @ 11fa15bba02f

vim: add mustang, html5, more
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Sep 2010 18:10:16 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))