1 repository
Automated systems for detecting programming languages in repositories to enable syntax highlighting and statistics.
Distinct from Source Code Repositories: Focuses on the identification service, distinct from the hosting platform itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Language Identification Services. Refine with filters or upvote what's useful.
Linguist is a programming language detection library designed to identify the languages used within source code files and software repositories. It functions as a repository metadata classifier, providing the automated analysis necessary to generate language statistics and insights for version control platforms. The tool employs a strategy-based detection pipeline that combines multiple identification methods to ensure accuracy. It utilizes heuristic-based pattern matching for file extensions and filenames, supplemented by regex-driven content analysis and Bayesian statistical classification
Automatically detects programming languages used in a repository to provide accurate statistics and syntax highlighting.