diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-02-21 22:20:02 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-02-21 22:20:02 -0500 |
commit | 258b15c5e4aa6f49fb26ffc660bf523aeb927aaf (patch) | |
tree | 8aeff9e43f2d8d67a7712a72bfa8003a05eabf43 /NEWS | |
parent | 3fcff2b92a4ac19d6f1dab3666dddcba46c4865b (diff) | |
parent | 5d5bb0109f6a84c0c191559ab71670fae4650e6a (diff) | |
download | snakemake-mode-258b15c5e4aa6f49fb26ffc660bf523aeb927aaf.tar.gz |
Merge branch 'emacs27-font-lock'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - The 'multiext' built-in (new in Snakemake v5.8.2) is now recognized. +- The font-lock handling has been updated to be compatible with + python.el changes in Emacs 27. + * v1.6.0 - Checkpoints (new in Snakemake v5.4) are now recognized. |