vim/snippets/scheme.snippets @ 4e0552426486

vim: add nginx highlighting
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Aug 2010 11:08:45 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))