Skip to content

Commit 93bfb29

Browse files
committed
Merge pull request #1029 from sergv/add-file-extensions-to-haskell-rgrep
Add some common extensions to haskell-rgrep
2 parents e1260b6 + 3b79423 commit 93bfb29

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)