diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-22 21:06:07 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-22 21:09:22 -0500 |
commit | 3e5f73c259b6134bce6b4fd01830833a3f585cef (patch) | |
tree | 0e8d9b370a1471f0fe071bc0fbb77f359d930373 /snakemake-file-targets | |
parent | 7362ecce2b9b29d93dcc2119bbdeb0800d6a2b86 (diff) | |
download | snakemake-mode-3e5f73c259b6134bce6b4fd01830833a3f585cef.tar.gz |
mode: Add support for new module syntax
Snakemake 6.0 introduced a module syntax that looks like this:
module other_workflow:
snakefile:
"other_workflow/Snakefile"
use rule * from other_workflow as other_*
Give the new module block the same indentation and fontification as
other blocks by adding "module" to the list of words that mark a named
rule.
For the "use rule" line, highlight "use rule" as a keyword, leaving
the rest of the line to be highlighted by python.el.
Diffstat (limited to 'snakemake-file-targets')
0 files changed, 0 insertions, 0 deletions