This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-06-10 09:06:42 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: hdrum0
|
|
|
|
|
# group: haddeo
|
|
|
|
|
# key: hdrum0
|
2017-06-10 14:45:42 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 09:06:42 +01:00
|
|
|
# --
|
|
|
|
|
-- @hdrum0
|
|
|
|
|
d'drum $ stack [
|
2017-06-10 17:12:31 +01:00
|
|
|
n "1/4" # s "${1:drum}" -- (2) remove
|
|
|
|
|
-- n "[1*2, 0*8]/8" # s "$1", -- (2)
|
|
|
|
|
-- n "[~ 0]" # s "${2:kit}" -- (1)
|
2017-06-10 09:06:42 +01:00
|
|
|
]
|