summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/snakemake.vim
AgeCommit message (Collapse)AuthorFiles
2024-06-15vim-patch:9.1.0486: filetype: Snakemake files are not recognizedChristian Clason1
Problem: filetype: Snakemake files are not recognized Solution: Detect '*.smk' and Snakefile files as snakemake filetype (Riley Bruins) See: https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html#distribution-and-reproducibility closes: vim/vim#14992 https://github.com/vim/vim/commit/82a579e15ad78f4b99d2957300da3076ccc7d378 Co-authored-by: Riley Bruins <ribru17@hotmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>