remove `p` from module-suffixes (not a #lang file type)

pull/84/head
Matthew Butterick 9 years ago
parent 20e4afc589
commit fde0d806fb

@ -8,4 +8,4 @@
(define raco-commands '(("pollen" (submod pollen/command raco) "issue Pollen command" #f)))
(define compile-omit-paths '("test" "tools"))
(define test-omit-paths '("test/data" "tools"))
(define module-suffixes '(#"pp" #"pm" #"pmd" #"ptree" #"p"))
(define module-suffixes '(#"pp" #"pm" #"pmd" #"ptree"))
Loading…
Cancel
Save