diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-01-17 16:50:39 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-01-17 16:50:39 -0500 |
commit | de5210bfebc0526f19860fb93d4750b313745125 (patch) | |
tree | ab3d566478ed623640cb0d6bb40725a5575b0ca6 /NEWS | |
parent | 6e9f62f96e5ed02421bf698fe3767f4b494d7b92 (diff) | |
download | snakemake-mode-de5210bfebc0526f19860fb93d4750b313745125.tar.gz |
Highlight Snakefile errors in compilation buffers
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ - The Imenu index now includes Python mode items in addition to rule blocks. +- Errors in Snakefiles are now highlighted in complilation buffers. + * v0.2.0 ** New features |