Skip to content

Commit f8c5f27

Browse files
authored
Merge pull request #210 from nadhirxz/master
Added Solidity language detection
2 parents 646f2a1 + f69acb9 commit f8c5f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languagedetection/analyzer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ var fileExtensionMap = map[string][]string{
175175
"SCSS": {"scss"},
176176
"Shell": {"sh"},
177177
"Smalltalk": {"st"},
178+
"Solidity": {"sol"},
178179
"Stylus": {"styl"},
179180
"Svelte": {"svelte"},
180181
"Swift": {"swift"},

0 commit comments

Comments
 (0)