vim/snippets/scheme.snippets @ e5ca3773b0dd

lispyscript to alienscript
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Apr 2013 03:35:52 +0100
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))