Skip to content

Commit

Permalink
Add Reason language support
Browse files Browse the repository at this point in the history
  • Loading branch information
peti2001 committed Jun 16, 2022
1 parent f8c5f27 commit 8c3c8aa
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 @@ -167,6 +167,7 @@ var fileExtensionMap = map[string][]string{
"QML": {"qml"},
"R": {"r"},
"Raku": {"p6", "pl6", "pm6", "rk", "raku", "pod6", "rakumod", "rakudoc"},
"Reason": {"re", "rei"},
"Robot": {"robot"},
"Ruby": {"gemspec", "ra", "rake", "rb"},
"Rust": {"rs"},
Expand Down

0 comments on commit 8c3c8aa

Please sign in to comment.