add module-suffixes to info.rkt

pull/84/head
Matthew Butterick 9 years ago
parent 7619fe5a3c
commit fea8e7b1ae

@ -8,3 +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"))
Loading…
Cancel
Save