summaryrefslogtreecommitdiff
path: root/snippets/snakemake-mode/rule
blob: 249e83e80c1dbd70dfd8869069c3b2ce46fef652 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: rule
# key: rl
# expand-env: ((yas-indent-line 'fixed))
# --
rule $0:
    input:
    output:
    shell: