Skip to content

Commit

Permalink
✨ Add support for haskell-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Apr 7, 2019
1 parent 45f405a commit c2b29ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions end-it.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"{# %s #}")
(t
"<!-- %s -->")))
((derived-mode-p 'haskell-mode)
"-- %s")
(t
"%s")))

Expand Down

0 comments on commit c2b29ab

Please sign in to comment.