snakemake / snakemake-lang-vscode-plugin

Language support and snippets for Snakemake workflows (Snakefile, *.smk) for Visual Studio Code and Apache Theia.
MIT License
13 stars 13 forks source link

New `localrule` directive is not highlighted/linted correctly #23

Closed corneliusroemer closed 1 year ago

corneliusroemer commented 1 year ago

Snakemake PR https://github.com/snakemake/snakemake/pull/2180/files added the localrule directive.

This directive needs to be added to the extension's keywords (I think) so that it gets highlighted correctly.

That's what it looks like at the moment:

image