Add another variant of GitHub checkbox snip

This commit is contained in:
Kenneth Benzie 2017-12-28 12:51:24 +00:00
parent d804782b99
commit 09e4b5ec82

View File

@ -82,3 +82,7 @@ endsnippet
snippet "* [" "GitHub style checkbox"
* [${1: }] $0
endsnippet
snippet *[ "GitHub style checkbox"
* [${1: }] $0
endsnippet