awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesLanguage Identification Utilities

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.

Awesome Language Identification Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • github-linguist/linguistgithub-linguist 的头像

    github-linguist/linguist

    13,546在 GitHub 上查看↗

    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.

    Rubylanguage-grammarslanguage-statisticslinguistic
    在 GitHub 上查看↗13,546
  • o2sh/onefetcho2sh 的头像

    o2sh/onefetch

    11,936在 GitHub 上查看↗

    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.

    Rust
    在 GitHub 上查看↗11,936
  • sheerun/vim-polyglotsheerun 的头像

    sheerun/vim-polyglot

    5,719在 GitHub 上查看↗

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

    Analyzes file content to identify the programming language when extensions are missing or ambiguous.

    Vim Script
    在 GitHub 上查看↗5,719
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Language Identification Utilities

探索子标签

  • Iconic Language VisualizersTools that map identified programming languages to their corresponding visual icons for terminal display. **Distinct from Language Identification Utilities:** Distinct from Language Identification Utilities: focuses on the visual mapping to icons (like Nerd Fonts) rather than the detection logic itself.