From fea8e7b1aec678a481e3e4f4cd31437535ea2dc4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 24 Aug 2015 00:24:33 -0700 Subject: [PATCH] add module-suffixes to info.rkt --- info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/info.rkt b/info.rkt index 4c1bb24..e2764ec 100644 --- a/info.rkt +++ b/info.rkt @@ -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")) \ No newline at end of file