add tab stops to snippets, plus a few bug fixes

This commit is contained in:
Aneurin Barker Snook
2017-06-10 17:12:31 +01:00
parent 6e0f07eb7a
commit e624be181f
20 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
# --
-- @hdrum0
d'drum $ stack [
n "1/4" # s "drum" -- (2) remove
-- n "[1*2, 0*8]/8" # s "drum", -- (2)
-- n "[~ 0]" # s "kit" -- (1)
n "1/4" # s "${1:drum}" -- (2) remove
-- n "[1*2, 0*8]/8" # s "$1", -- (2)
-- n "[~ 0]" # s "${2:kit}" -- (1)
]