From afb08370356e0625b40d2ea42aa7dc0513aa2c39 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 27 May 2019 12:40:04 +0200 Subject: [PATCH] Update Snakemake files types to include `Snakefile` to provide syntax detection. Fixes #73737 --- extensions/python/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/python/package.json b/extensions/python/package.json index 53ca25bd88f..9ea3cf64cdc 100644 --- a/extensions/python/package.json +++ b/extensions/python/package.json @@ -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" }], -- GitLab