vim/snippets/markdown.snippets @ 3d37ca22c5c5 bpollack/use-command-to-explicitly-call-ag-and-us-1442506830050

Use command to explicitly call ag, and use compound if block
author Benjamin Pollack <benjamin@bitquabit.com>
date Thu, 17 Sep 2015 16:20:42 +0000
parents c3c04b36fd0b
children (none)
snippet notice
	<span class="label notice">${1:Notice}</span>
snippet warning
	<span class="label warning">${1:Warning}</span>
snippet important
	<span class="label important">${1:Important}</span>
snippet success
	<span class="label success">${1:Success}</span>
snippet label
	<span class="label">${1:Note}</span>