Skip to content

Commit

Permalink
Merge pull request #210 from nadhirxz/master
Browse files Browse the repository at this point in the history
Added Solidity language detection
  • Loading branch information
peti2001 authored May 26, 2022
2 parents 646f2a1 + f69acb9 commit f8c5f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languagedetection/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ var fileExtensionMap = map[string][]string{
"SCSS": {"scss"},
"Shell": {"sh"},
"Smalltalk": {"st"},
"Solidity": {"sol"},
"Stylus": {"styl"},
"Svelte": {"svelte"},
"Swift": {"swift"},
Expand Down

0 comments on commit f8c5f27

Please sign in to comment.