From 0e57f94daa4b5578d75649faf0df052acfe3f63d Mon Sep 17 00:00:00 2001 From: Gary Deer Date: Wed, 16 Mar 2016 10:43:31 -0500 Subject: [PATCH] added cljc support --- src/marginalia/core.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/marginalia/core.clj b/src/marginalia/core.clj index 6577d3b..25b6618 100644 --- a/src/marginalia/core.clj +++ b/src/marginalia/core.clj @@ -213,11 +213,11 @@ ;; These functions support Marginalia's use by client software or command-line ;; users. -(def ^:private file-extensions #{"clj" "cljs" "cljx"}) +(def ^:private file-extensions #{"clj" "cljs" "cljx" "cljc"}) (defn format-sources "Given a collection of filepaths, returns a lazy sequence of filepaths to all - .clj, .cljs, and .cljx files on those paths: directory paths will be searched + .clj, .cljs, .cljx, and .cljc files on those paths: directory paths will be searched recursively for files." [sources] (if (nil? sources)