From 6547e5bce6b9d03e9d82855530f881fdd0b95fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Sun, 29 Oct 2023 14:05:05 -0300 Subject: [PATCH] dlang source fileformat e.g.: app.d --- languagedetection/analyzer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/languagedetection/analyzer.go b/languagedetection/analyzer.go index e3343de..f579498 100644 --- a/languagedetection/analyzer.go +++ b/languagedetection/analyzer.go @@ -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"},