vim/snippets/scheme.snippets @ e87c94c0f6dd

vim: add HTML5 elements to the LessCSS syntax
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Jan 2011 10:33:56 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))