From fc2b4e58b232173a9987a2c7f7dbd02e3f6631e1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 2 Sep 2016 21:21:50 -0400 Subject: Support 'wildcard_constraints' keyword wildcard_constraints was added in Snakemake v3.8.0 (feb6aee). --- NEWS | 7 +++++++ snakemake-mode.el | 2 ++ 2 files changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 78f198e..c448cc2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ NEWS -- history of user-visible changes -*- mode: org; -*- +* v0.6.0 (unreleased) + +** New features + +- The 'wildcard_constraints' keyword (new in Snakemake v3.8.0) is now + recognized. + * v0.5.0 ** New features diff --git a/snakemake-mode.el b/snakemake-mode.el index 82d8103..7e2ff8c 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -95,6 +95,7 @@ "shell" "threads" "version" + "wildcard_constraints" "wrapper" ;; Keys for subworkflow blocks "snakefile" @@ -106,6 +107,7 @@ "onerror" "onsuccess" "ruleorder" + "wildcard_constraints" "workdir") symbol-end)) (sm-func . ,(rx symbol-start -- cgit v1.2.3