vim/snippets/scheme.snippets @ edd3e758a0c8

vim: ignore html and python for syntastic
author Steve Losh <steve@stevelosh.com>
date Fri, 10 Dec 2010 09:42:00 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))