vim/snippets/scheme.snippets @ ca0d38000b2e

Fix a bug in htmldjangoindent.
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jan 2011 18:51:49 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))