aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-03-05 23:01:52 -0500
committerKyle Meyer <kyle@kyleam.com>2015-03-05 23:01:52 -0500
commitbdbb9c95d401b62d01fa80c04265bcd27658488a (patch)
tree5b507b1ba74689d3749f1ef30088ea61a32d01b4 /NEWS
parent81a564f0ae6891b73e17a1ae2ef25a13a552e74c (diff)
downloadsnakemake-mode-bdbb9c95d401b62d01fa80c04265bcd27658488a.tar.gz
Indent field values that start on their own line
Previously, indentation was handled only for the first line following a run value. Extend this to support any field value that starts on the line below a field key, since that is valid syntax.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7f01db..63065c4 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,11 @@
- The 'onsuccess' and 'onerror' keywords (introduced in Snakemake
version 3.2.1) are now recognized.
+- Indentation for field values starting on the line below a field key
+ is now supported. New variable `snakemake-indent-value-offset'
+ controls the offset for the value and replaces the variable
+ `snakemake-indent-run-offset'.
+
* v0.2.0
** New features