vim/snippets/scheme.snippets @ 36ec7052b16b

Add "vim/custom-dictionary.utf-8.add.spl" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Apr 2012 09:40:33 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))