vim/snippets/scheme.snippets @ f14a899254c7

Pastebin
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Aug 2018 18:14:10 +0000
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))