Assume that files that start with . are not modules
This commit is contained in:
parent
817fdad2d5
commit
fc34292486
|
@ -52,7 +52,8 @@
|
|||
(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