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

Variables starting with the word "expand" are syntax highlighted incorrectly #15

Open hermidalc opened 2 years ago

hermidalc commented 2 years ago

Variables starting with the word expand, such as "expand_fields" are syntax highlighted incorrectly. The expand part is yellow and the rest white. The syntax highlighter parser thinks the beginning should be highlighted like expand in the Snakemake function call.