Skip to content

Commit

Permalink
dlang source fileformat
Browse files Browse the repository at this point in the history
e.g.: app.d
  • Loading branch information
kassane authored Oct 29, 2023
1 parent f29bf9e commit 6547e5b
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 @@ -126,6 +126,7 @@ var fileExtensionMap = map[string][]string{
"COBOL": {"cbl", "cob", "cpy"},
"CoffeeScript": {"coffee"},
"Crystal": {"cr"},
"D": {"d"},
"Dart": {"dart"},
"Groovy": {"groovy", "gvy", "gy", "gsh"},
"HTML+Razor": {"cshtml"},
Expand Down

0 comments on commit 6547e5b

Please sign in to comment.