Skip to content

Commit

Permalink
Use Clojure icon for ClojureScript (#34)
Browse files Browse the repository at this point in the history
This PR adds icon support for ClojureScript with `*.cljs` file extension
  • Loading branch information
sbekrin authored and PKief committed Feb 21, 2017
1 parent 31a632e commit d648355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/material-icons.json
Expand Up @@ -515,6 +515,7 @@
"vb": "_file_vs",
"lua": "_file_lua",
"clj": "_file_clojure",
"cljs": "_file_clojure",
"groovy": "_file_groovy",
"r": "_file_r",
"rst": "_file_markdown",
Expand Down Expand Up @@ -659,4 +660,4 @@
"haxe": "_file_haxe",
"hxml": "_file_haxe"
}
}
}

0 comments on commit d648355

Please sign in to comment.