cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 126 forks source link

Add aliases for clojure dialects #8

Closed lenaschoenburg closed 7 years ago

lenaschoenburg commented 7 years ago

Adds support for Clojurescript (.cljs) and platform independent Clojure (.cljc) by treating them as pure Clojure (.clj). The dialects are very similar and should not affect line counting.

cgag commented 7 years ago

Oh, I'd never seen .cljc, interesting. Thanks!