Skip to content

Commit afb0837

Browse files
committed
Update Snakemake files types to include Snakefile to provide syntax detection. Fixes microsoft#73737
1 parent 91c2721 commit afb0837

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/python/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"id": "python",
1313
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk", ".pyi", ".ipy"],
1414
"aliases": [ "Python", "py" ],
15+
"filenames": [ "Snakefile" ],
1516
"firstLine": "^#!\\s*/.*\\bpython[0-9.-]*\\b",
1617
"configuration": "./language-configuration.json"
1718
}],

0 commit comments

Comments
 (0)