Skip to content

Commit

Permalink
Merge pull request #490 from KingMob/add-clojurescript-support
Browse files Browse the repository at this point in the history
Added support for ClojureScript extensions to --clojure
  • Loading branch information
ggreer committed Sep 14, 2014
2 parents 820618c + 831aed5 commit 53850a5
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
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
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 53850a5

Please sign in to comment.