Add more intuitive GitHub checkbox snippet

This commit is contained in:
Kenneth Benzie 2017-12-12 14:31:17 +00:00
parent 6ce98e2c34
commit 523f0b07bb

View File

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