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: update keywords and implement autoindentation #17

Closed ftabaro closed 1 year ago

ftabaro commented 2 years ago

Hi, I updated the list of keywords for syntax highlighting with PEP-related keywords, container and containerized. While browsing the code I also found the autoindentation issue. I implemented it using the onEnterRules contribution point.