3 dépôts
Tools that examine source code files to determine their underlying programming language.
Distinct from Programming Languages: Focuses on the identification capability itself, distinct from the languages being identified.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Language Identification Utilities. 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
Examines source code files to determine the underlying programming language by analyzing extensions, filenames, and content patterns.
Onefetch is a suite of specialized command-line tools designed to fetch system specifications, analyze Git repository metadata, and visualize this data in the terminal. It functions as a system information fetcher and a Git repository information tool, providing a concise overview of hardware, operating system details, and project-level statistics. The project distinguishes itself through a terminal visualizer that utilizes ASCII art, Nerd Font icons, and support for Sixel, Kitty, and iTerm image protocols. It includes a dedicated Git churn analyzer to identify frequently modified files and a
Detects programming languages and displays them using Nerd Font icons.
vim-polyglot est un plugin Vim multi-langage qui fournit un bundle complet de coloration syntaxique, de gestion automatisée de l'indentation et de détection de type de fichier pour une grande variété de langages de programmation et de configuration. Il sert d'installation unique pour rationaliser l'environnement de développement en fournissant un support intégré pour de nombreux langages. Le projet fonctionne comme un bundle de support linguistique qui combine des packs de coloration syntaxique avec un gestionnaire d'indentation. Il utilise à la fois la détection de type de fichier basée sur l'extension et l'identification de langage basée sur des modèles pour appliquer les règles de formatage visuel et d'espacement correctes aux fichiers. Le plugin couvre des domaines de configuration d'éditeur plus larges, notamment la détection automatique de l'indentation et la gestion du support linguistique, permettant d'activer ou de désactiver des packs de langage spécifiques pour éviter les conflits. Il inclut également des paramètres pour l'optimisation des performances de l'éditeur et la configuration de l'état global.
Analyzes file content to identify the programming language when extensions are missing or ambiguous.