From 7cf04e2e0c4ca91adc69391fdee8a4a712662fb1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 1 Nov 2020 15:36:51 -0500 Subject: mode: Add "container" and "envmodules" keywords Register "container" as both a field key and a top-level command because an example of both is present in the Snakemake docs. Reported-by: Nicholas Knoblauch Message-Id: <87eelcak64.fsf@kyleam.com> --- snakemake-mode.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snakemake-mode.el') diff --git a/snakemake-mode.el b/snakemake-mode.el index 5f603ee..cc4d372 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -85,7 +85,9 @@ (or "benchmark" "cache" "conda" + "container" "cwl" + "envmodules" "group" "input" "log" @@ -110,6 +112,7 @@ symbol-end)) (sm-command . ,(rx symbol-start (or "configfile" + "container" "envvars" "include" "localrules" -- cgit v1.2.3