Revert "Assume that files that start with . are not modules"
This reverts commit fc34292486
.
This commit is contained in:
parent
b175241961
commit
67bf4349ca
|
@ -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 #"|"))
|
||||
#")$")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user