Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add support for Snakemake files
This PR adds support for Python syntax highlighting in .smk files, which are used by Snakemake.

Related to: atom/language-python#216
  • Loading branch information
nh13 authored Jan 24, 2018
commit 65afa2dbc02795c7efe31079a9b03a55a3ed574f
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
".SConscript",
".gyp",
".gypi",
".wsgi"
".wsgi",
".Snakefile",
".smk"
]
}
],
Expand Down