vim/snippets/scheme.snippets @ 5b45e2a55942

vim: add creole syntax
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Sep 2010 23:05:40 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))