vim/snippets/scheme.snippets @ ebf268c8af02

vim: fix a few html-related things
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Dec 2010 13:05:36 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))