Skip to content

Commit

Permalink
Added support for ClojureScript (.cljs) and Leniningen's cljx cross-c…
Browse files Browse the repository at this point in the history
…ompiler (.cljx) to --clojure
  • Loading branch information
KingMob committed Sep 12, 2014
1 parent 4085c58 commit 831aed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lang_spec_t langs[] = {
{ "batch", { "bat", "cmd" } },
{ "cc", { "c", "h", "xs" } },
{ "cfmx", { "cfc", "cfm", "cfml" } },
{ "clojure", { "clj" } },
{ "clojure", { "clj", "cljs", "cljx" } },
{ "coffee", { "coffee" } },
{ "cpp", { "cpp", "cc", "C", "cxx", "m", "hpp", "hh", "h", "H", "hxx" } },
{ "csharp", { "cs" } },
Expand Down
2 changes: 1 addition & 1 deletion tests/list_file_types.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Language types are output:
.cfc .cfm .cfml

--clojure
.clj
.clj .cljs .cljx

--coffee
.coffee
Expand Down

0 comments on commit 831aed5

Please sign in to comment.