vim/snippets/scheme.snippets @ 0d1b760fe9e3

vim: add filetype shortcuts
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Aug 2010 18:05:21 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))