diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-06-10 21:08:51 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-06-10 21:08:51 -0400 |
commit | f4433d1930604fff9aae684b33d3d49714b46d6b (patch) | |
tree | f3f759bae0f2642e36e2eb5532cedd95c96c93bb /NEWS | |
parent | c6765aae716722928ce03d00ccb0421088075a77 (diff) | |
download | snakemake-mode-f4433d1930604fff9aae684b33d3d49714b46d6b.tar.gz |
Recognize touch function
The touch flag was just recently documented:
https://groups.google.com/d/msg/Snakemake/ZxUo20DV2KE/0S1rBj0XzwQJ
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ** New features - The keywords 'configfile', 'onsuccess', 'onerror', 'log', and - 'benchmark' are now recognized. + 'benchmark', 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' |