3 个仓库
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 是一个多语言 Vim 插件,提供了一套全面的语法高亮、自动缩进管理和文件类型检测功能,适用于多种编程和配置语言。它作为一个单一的安装包,通过提供对多种语言的集成支持来简化开发环境。 该项目作为一个语言支持包,结合了语法高亮包和缩进管理器。它使用基于扩展名的文件类型检测和基于模式的语言识别,将正确的视觉格式和间距规则应用于文件。 该插件涵盖了更广泛的编辑器配置领域,包括自动缩进检测和语言支持管理,允许切换特定语言包以防止冲突。它还包含用于编辑器性能优化和全局状态配置的设置。
Analyzes file content to identify the programming language when extensions are missing or ambiguous.