Revert "Assume that files that start with . are not modules"

This reverts commit fc34292486.
This commit is contained in:
Jay McCarthy 2015-12-01 14:17:50 -05:00
parent b175241961
commit 67bf4349ca

View File

@ -52,8 +52,7 @@
(define suffixes
(get-module-suffixes #:mode key #:group group #:namespace namespace))
(byte-pregexp
(bytes-append #"^([^.].*)\\.(?i:"
(bytes-append #"^(.*)\\.(?i:"
(apply bytes-append
(add-between suffixes #"|"))
#")$")))