I am experiencing the same problem with `yasnippets`. This rule: ``` # -*- mode: snippet -*- # name: rule # key: rl # -- rule $1: input: infile = "" output: outfile = "" $0 ``` expands into this: ``` rule : input: infile = "" output: outfile = "" ``` --- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/8#issuecomment-215642123