From 60d0ee53e5692d7ac9d2d8d8ea2a1def4abfb42a Mon Sep 17 00:00:00 2001 From: Matthew Manela Date: Mon, 10 Jun 2024 14:55:21 -0400 Subject: [PATCH] Update comment --- internal/languages/language.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/languages/language.go b/internal/languages/language.go index 43ceed26..7f111075 100644 --- a/internal/languages/language.go +++ b/internal/languages/language.go @@ -3,7 +3,9 @@ // and sometimes programming languages may not be supported by Linguist // or may take a while to get merged in and make it into go-enry. This wrapper // gives us flexibility to support languages in those cases. We list additional languages -// in this file and remove them once they make it into Linguist and go-enry +// in this file and remove them once they make it into Linguist and go-enry. +// This logic is similar to what we have in the sourcegraph/sourcegraph repo, in the future +// we plan to refactor both into a common library to share between the two repos. package languages import (