vim/snippets/scheme.snippets @ bd336dd914ed

Sort(1) the .hgsub file
author Steve Losh <steve@stevelosh.com>
date Mon, 04 Jun 2012 10:39:29 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))