Skip to content

Commit 3cf704d

Browse files
committed
Add syntax support to Snakemake. Fixes microsoft#50978
1 parent 66c1b6d commit 3cf704d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"contributes": {
1111
"languages": [{
1212
"id": "python",
13-
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi" ],
13+
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk"],
1414
"aliases": [ "Python", "py" ],
1515
"firstLine": "^#!/.*\\bpython[0-9.-]*\\b",
1616
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)