Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jun 10, 2024
1 parent 6ee230c commit 60d0ee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/languages/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 60d0ee5

Please sign in to comment.