thheller / shadow-css

CSS-in-CLJ(S)
https://github.com/thheller/shadow-css
Eclipse Public License 1.0
108 stars 10 forks source link

Avoid indexing non-clj files. #17

Closed philjackson closed 11 months ago

philjackson commented 11 months ago

It might be there's a directory/file which happens to contain .clj (good example would be .clj-kondo) but isn't actually a clojure file. This narrows the search a little.

thheller commented 11 months ago

Thanks.