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

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

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

2 个仓库

Awesome GitHub RepositoriesLanguage-Specific Code Patterns

Standardized code patterns and syntax templates tailored to the nuances of different programming language dialects.

Distinct from Language-Specific Standards: Distinct from language standards or specifications by providing actual usable patterns/templates for development.

Explore 2 awesome GitHub repositories matching development tools & productivity · Language-Specific Code Patterns. Refine with filters or upvote what's useful.

Awesome Language-Specific Code Patterns GitHub Repositories

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

    honza/vim-snippets

    4,879在 GitHub 上查看↗

    vim-snippets 是一个预定义代码模板和样板库,专为 Vim 设计,适用于多种编程语言。它为各种语言和框架提供了标准化的模式和重复代码块。 该集合包括为 Snipmate 引擎和其他兼容的文本扩展插件格式化的模板。它还针对特定库和框架提供了可选的模板集,以保持全局代码片段命名空间的整洁。 该项目通过自动语言检测和文件类型解析来管理多语言样板和供应商代码片段集成。它支持多种代码片段引擎格式,并按语言版本或方言组织模板。

    Applies standardized code patterns and syntax templates tailored to different programming language dialects and versions.

    Vim Snippet
    在 GitHub 上查看↗4,879
  • ma6174/vimma6174 的头像

    ma6174/vim

    4,239在 GitHub 上查看↗

    This project is a collection of configuration suites and plugin bundles designed to transform the Vim text editor into a full development environment. It provides a curated set of settings, themes, and extensions to support system administration and software development. The environment is specialized for polyglot programming and Markdown authoring, featuring a dedicated Python development toolkit. It includes tools for converting Markdown to HTML for browser previewing and integrates Graphviz for rendering data visualizations directly from source descriptions. The configuration covers a bro

    Provides a system for injecting standardized file headers and boilerplate patterns based on the detected language.

    Vim script
    在 GitHub 上查看↗4,239
  1. Home
  2. Development Tools & Productivity
  3. Language-Specific Code Patterns

探索子标签

  • Boilerplate Injection TemplatesTemplates for injecting predefined code patterns and metadata headers based on file type. **Distinct from Language-Specific Code Patterns:** Focuses on the mechanical injection of boilerplate and headers rather than general syntax patterns.