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

feat: Add new `localrule` ruleparam to keywords.yaml #24

Closed corneliusroemer closed 1 year ago

corneliusroemer commented 1 year ago

Keyword was added to snakemake lang in v7.25.0 through PR https://github.com/snakemake/snakemake/pull/2180

Requires more work apparently, can see https://github.com/snakemake/snakemake-lang-vscode-plugin/pull/17 for the necessary changes to regexes etc.

Resolves #23

johanneskoester commented 1 year ago

@corneliusroemer do you want to be an official maintainer of this repo? This way, we could probably speed up the development.

corneliusroemer commented 8 months ago

Would be happy to have maintainer rights, though I can't promise to do much more than updating keywords - I'm not a real TS/JS dev, but I'm happy to make trivial/maintenance changes. @johanneskoester