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

Rule `cache` keyword missing from syntax highlighter #14

Open hermidalc opened 2 years ago

hermidalc commented 2 years ago

The rule cache keyword seems to be missing from the syntax highlighter grammar, as it doesn't seem to be highlighted properly like params, input, output, wrapper, etc.

jannisspeer commented 1 year ago

There are even more rule keywords missing, for example name and retries