Skip to content

Commit

Permalink
mode: Add ".smk" as a file suffix
Browse files Browse the repository at this point in the history
Closes #22.
  • Loading branch information
kyleam committed Oct 10, 2017
1 parent 9a29ca3 commit 95e8d8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS
@@ -1,5 +1,11 @@
NEWS -- history of user-visible changes -*- mode: org; -*-

* v1.3.0 (unreleased)

** New features

- ".smk" has been added as a suffix for Snakemake files.

* v1.2.0

** New features
Expand Down
2 changes: 2 additions & 0 deletions snakemake-mode.el
Expand Up @@ -455,6 +455,8 @@ embedded R, you need to set mmm-global-mode to a non-nil value such as 'maybe.")
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.\\(?:sm\\)?rules\\'" . snakemake-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.smk\\'" . snakemake-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.snakefile\\'" . snakemake-mode))

(provide 'snakemake-mode)
Expand Down

0 comments on commit 95e8d8a

Please sign in to comment.