discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
* add localrule to field names
@ 2023-04-17 18:30 Dwarshuis, Nathan J
  2023-04-18  1:58 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Dwarshuis, Nathan J @ 2023-04-17 18:30 UTC (permalink / raw)
  To: snakemake-mode

This new keyword was added in snakemake 7.25.0

diff --git a/snakemake-mode.el b/snakemake-mode.el
index d7373f4..02a0d3a 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -110,6 +110,7 @@
                             "version"
                             "wildcard_constraints"
                             "wrapper"
+                           "localrule"
                             ;; Keys for subworkflow blocks
                             "configfile"
                             "snakefile"

Thank you,
Nate

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-18  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 18:30 add localrule to field names Dwarshuis, Nathan J
2023-04-18  1:58 ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/snakemake-mode/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).