Skip to content

Commit 3b79423

Browse files
committed
Add some common extensions to haskell-rgrep
1 parent c5987ad commit 3b79423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-commands.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Prompts for an arbitrary regexp given a prefix arg PROMPT."
276276
(read-from-minibuffer "Look for: ")
277277
(haskell-ident-at-point))))
278278
(rgrep sym
279-
"*.hs" ;; TODO: common Haskell extensions.
279+
"*.hs *.lhs *.hsc *.chs *.hs-boot *.lhs-boot"
280280
(haskell-session-current-dir (haskell-interactive-session)))))
281281

282282
;;;###autoload

0 commit comments

Comments
 (0)