Skip to content

Commit c1396e4

Browse files
committed
Merge pull request #1254 from gracjan/pr-use-shakespeare
Use shakespeare mode for hamlet quasiquotes
2 parents 6e2779e + d5f8a70 commit c1396e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-font-lock.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ This is the case if the \".\" is part of a \"forall <tvar> . <type>\"."
9999

100100
(defcustom haskell-font-lock-quasi-quote-modes
101101
`(("hsx" . xml-mode)
102-
("hamlet" . xml-mode)
103-
("shamlet" . xml-mode)
102+
("hamlet" . shakespeare-hamlet-mode)
103+
("shamlet" . shakespeare-hamlet-mode)
104104
("xmlQQ" . xml-mode)
105105
("xml" . xml-mode)
106106
("cmd" . shell-mode)

0 commit comments

Comments
 (0)