awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesLanguage Injection Patterns

Mechanisms for identifying and highlighting embedded code blocks within host languages.

Distinguishing note: Focuses on the identification of nested language boundaries rather than general syntax highlighting.

Explore 2 awesome GitHub repositories matching web development · Language Injection Patterns. Refine with filters or upvote what's useful.

Awesome Language Injection Patterns GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • helix-editor/helixالصورة الرمزية لـ helix-editor

    helix-editor/helix

    44,911عرض على GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Helix defines patterns that identify and highlight embedded code blocks within a file, such as scripts inside HTML or SQL inside strings.

    Rustkakounerusttext-editor
    عرض على GitHub↗44,911
  • nvim-treesitter/nvim-treesitterالصورة الرمزية لـ nvim-treesitter

    nvim-treesitter/nvim-treesitter

    13,970عرض على GitHub↗

    This project provides an integration of Tree-sitter into the Neovim editor to enable structural code analysis. It serves as a framework for structural code navigation, context-aware syntax highlighting, and the management of language-specific parsers. The system distinguishes itself through a multi-language injection handler that identifies and parses embedded languages within a single document. It uses a dedicated parser manager to install, update, and remove grammar definitions and their associated query files. The tool covers several capability areas including incremental text selection,

    Identifies and parses embedded languages within a document to apply appropriate syntax rules to different sections.

    Tree-sitter Query
    عرض على GitHub↗13,970
  1. Home
  2. Web Development
  3. Language Injection Patterns