From 4f64233f1819ed2832b23883916601381e75e1ed Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 7 Feb 2016 17:07:24 -0500 Subject: Add 'script' keyword This keyword was added in Snakemake 3.5. --- NEWS | 4 ++-- snakemake-mode.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 79cbe25..f9903fe 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- ** New features - The keywords 'configfile', 'onsuccess', 'onerror', 'log', and - 'benchmark', 'shadow', as well as the 'touch' function, are now - recognized. + 'benchmark', 'script', 'shadow', as well as the 'touch' function, + are now recognized. - Indentation for field values starting on the line below a field key is now supported. New variable ~snakemake-indent-value-offset~ diff --git a/snakemake-mode.el b/snakemake-mode.el index ea1e899..6ae87ae 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -109,6 +109,7 @@ "priority" "resources" "run" + "script" "shadow" "shell" "threads" -- cgit v1.2.3