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