From 65afa2dbc02795c7efe31079a9b03a55a3ed574f Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 24 Jan 2018 16:19:55 -0700 Subject: [PATCH] Add support for Snakemake files This PR adds support for Python syntax highlighting in .smk files, which are used by Snakemake. Related to: https://github.com/atom/language-python/pull/216 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7673f4fd..63f1e41c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,9 @@ ".SConscript", ".gyp", ".gypi", - ".wsgi" + ".wsgi", + ".Snakefile", + ".smk" ] } ],