Update Snakemake files types to include Snakefile to provide syntax detection. Fixes #73737

This commit is contained in:
Martin Aeschlimann 2019-05-27 12:40:04 +02:00
parent 91c2721083
commit afb0837035

View File

@ -12,6 +12,7 @@
"id": "python",
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk", ".pyi", ".ipy"],
"aliases": [ "Python", "py" ],
"filenames": [ "Snakefile" ],
"firstLine": "^#!\\s*/.*\\bpython[0-9.-]*\\b",
"configuration": "./language-configuration.json"
}],