1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #21144 from gabriel-amaral/patch-1

Adding note about Linguist max number of files
This commit is contained in:
Steve Ward
2022-10-06 11:24:27 -04:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ shortTitle: Repository languages
{% data variables.product.product_name %} uses the open source [Linguist library](https://github.com/github/linguist) to
determine file languages for syntax highlighting and repository statistics. Language statistics will update after you push changes to your default branch.
Some files are hard to identify, and sometimes projects contain more library and vendor files than their primary code. If you're receiving incorrect results, please consult the Linguist [troubleshooting guide](https://github.com/github/linguist/blob/master/docs/troubleshooting.md) for help.
Some files are hard to identify, and sometimes projects contain more library and vendor files than their primary code. If you're receiving incorrect results, please consult the Linguist [troubleshooting guide](https://github.com/github/linguist/blob/master/docs/troubleshooting.md) for help. Note that Linguist only works for repositories with fewer than 100,000 files.
## Markup languages