2 parents e1260b6 + 3b79423 commit 93bfb29Copy full SHA for 93bfb29
1 file changed
haskell-commands.el
@@ -276,7 +276,7 @@ Prompts for an arbitrary regexp given a prefix arg PROMPT."
276
(read-from-minibuffer "Look for: ")
277
(haskell-ident-at-point))))
278
(rgrep sym
279
- "*.hs" ;; TODO: common Haskell extensions.
+ "*.hs *.lhs *.hsc *.chs *.hs-boot *.lhs-boot"
280
(haskell-session-current-dir (haskell-interactive-session)))))
281
282
;;;###autoload
0 commit comments