diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-06-03 01:10:43 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-06-03 01:10:43 -0400 |
commit | c6765aae716722928ce03d00ccb0421088075a77 (patch) | |
tree | 2b69a50cf4e78d53fceaf6d6279e2ce8054493f2 /NEWS | |
parent | 3ce395e2665d120d622b200636e65fbe47105f42 (diff) | |
download | snakemake-mode-c6765aae716722928ce03d00ccb0421088075a77.tar.gz |
Coexist with Python mode Imenu items
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ - `snakemake-compile-rule' can now pass the '--touch' flag to snakemake. +- The Imenu index now includes Python mode items in addition to rule + blocks. + * v0.2.0 ** New features |