Skip to content

Commit

Permalink
Merge pull request #208 from codersrank-org/recognize_ebuild_eclass_f…
Browse files Browse the repository at this point in the history
…iles

Recognize ebuild eclass files
  • Loading branch information
peti2001 authored Jan 17, 2022
2 parents 8a203cc + 9e79216 commit 26fe743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languagedetection/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ var fileExtensionMap = map[string][]string{
"Dart": {"dart"},
"Groovy": {"groovy", "gvy", "gy", "gsh"},
"HTML+Razor": {"cshtml"},
"Ebuild": {"ebuild", "eclass"},
"EJS": {"ejs"},
"Elixir": {"ex", "exs"},
"Elm": {"elm"},
Expand Down Expand Up @@ -168,5 +169,5 @@ var fileExtensionMap = map[string][]string{
"Xtend": {"xtend"},
"Xtext": {"xtext"},
"Yacc": {"y"},
"Zig": {"zig"},
"Zig": {"zig"},
}

0 comments on commit 26fe743

Please sign in to comment.