1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
common-configs/vim/UltiSnips/markdown.snippets

20 lines
320 B

snippet mac "Mac-only task"
- [ ] :apple: :white_small_square:
endsnippet
snippet lin "Linux-only task"
- [ ] :white_small_square: :penguin:
endsnippet
snippet bth "Both Mac and Linux task"
- [ ] :apple: :penguin:
endsnippet
snippet tip "Tip"
:bulb:
endsnippet
snippet exp "Experimental"
:test_tube:
endsnippet