Add another variant of GitHub checkbox snip

This commit is contained in:
2017-12-28 12:51:24 +00:00
parent f75b723ec6
commit ec0ad0ae00

View File

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