vim/snippets/scheme.snippets @ 6b4b61ea3d1d

vim: add hexhighlight
author Steve Losh <steve@stevelosh.com>
date Wed, 13 Oct 2010 17:56:17 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))