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.
20 lines
320 B
20 lines
320 B
5 years ago
|
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
|