Closed pawelqs closed 1 year ago
Hi @pawel125,
I came across the same issue. It's an easy fix, you need to add ".Snakemake"
to the contribues.languages.extensions
object in the package.json
file as this:
"extensions": [
".smk", ".Snakefile"
],
The file is in the root directory of the extension. Also opened a PR: #11
This extension is deprecated (I've just updated the docs accordingly). Hence, I'd rather avoid it to occur here. Nevertheless, thanks for the suggestion, which pointed me to the inconsistency.
Hi,
I have found, that snakemake plugin does not recognize Snakefile as smakemake file. Everything is ok for .smk files, but most content of Snakefile is underlined with red. How can I fix it?
I am using Smakemake Language v0.1.6.
Thanks, Paweł