diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | snakemake-mode.el | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -4,8 +4,9 @@ NEWS -- history of user-visible changes -*- mode: org; -*- ** New features -- The 'cwl' keyword (new in Snakemake v4.8.0), 'directory' (new in - Snakemake v5.2.0), and 'ancient' built-in are now recognized. +- The 'cwl' keyword (new in Snakemake v4.8.0), 'pipe' (new in + Snakemake v5.2.0), 'directory' (new in Snakemake v5.2.0), and + 'ancient' built-in are now recognized. ** Other changes diff --git a/snakemake-mode.el b/snakemake-mode.el index b417718..b7f7dae 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -123,6 +123,7 @@ "input" "output" "params" + "pipe" "protected" "shell" "temp" |