vim/snippets/scheme.snippets @ 86976421465f

Clean up interesting word highlights.
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Nov 2012 13:28:03 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))