Skip to content

Commit

Permalink
Use clojure icon for .cljc files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed Feb 22, 2019
1 parent 3606aa2 commit 1295f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export const fileIcons: FileIcons = {
]
},
{ name: 'lua', fileExtensions: ['lua'], fileNames: ['.luacheckrc'] },
{ name: 'clojure', fileExtensions: ['clj', 'cljs'] },
{ name: 'clojure', fileExtensions: ['clj', 'cljs', 'cljc'] },
{ name: 'groovy', fileExtensions: ['groovy'] },
{ name: 'r', fileExtensions: ['r', 'rmd'], fileNames: ['.Rhistory'] },
{ name: 'dart', fileExtensions: ['dart'] },
Expand Down

0 comments on commit 1295f3a

Please sign in to comment.