Skip to content

Commit

Permalink
Add .dump-simpl files to ghc-core auto-mode-alist
Browse files Browse the repository at this point in the history
`.dump-simpl` is the file extension used by `ghc -ddump-simpl -ddump-to-file`.
  • Loading branch information
tibbe committed Mar 16, 2014
1 parent 6bb7cad commit aec3d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghc-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ in the current buffer."

;;;###autoload
(add-to-list 'auto-mode-alist '("\\.hcr\\'" . ghc-core-mode))
(add-to-list 'auto-mode-alist '("\\.dump-simpl\\'" . ghc-core-mode))

;;;###autoload
(define-derived-mode ghc-core-mode haskell-mode "GHC-Core"
Expand Down

0 comments on commit aec3d05

Please sign in to comment.