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

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

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

1 مستودع

Awesome GitHub RepositoriesPair Matching Logic

Logic for identifying and navigating between corresponding code delimiters using syntax trees.

Distinct from Syntax Tree Construction: Distinct from Syntax Tree Construction: focuses on the application of tree data for pair navigation rather than the construction of the tree itself.

Explore 1 awesome GitHub repository matching software engineering & architecture · Pair Matching Logic. Refine with filters or upvote what's useful.

Awesome Pair Matching Logic GitHub Repositories

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

    andymass/vim-matchup

    1,912عرض على GitHub↗

    Vim-matchup is a plugin for the Vim and Neovim text editors that provides advanced structural code navigation and manipulation. It functions as an extension to standard editor motions, enabling users to jump between, select, and modify matching language constructs and nested code blocks with high precision. The plugin distinguishes itself by utilizing language-specific syntax trees to track and identify corresponding delimiters and keywords. By integrating with syntax-aware engines, it maintains structural accuracy even in complex source files, while offering a fallback pattern-matching mecha

    Uses language-specific syntax trees to identify and navigate between corresponding code delimiters with high structural accuracy.

    Vim Scripthighlighting-matchesmatching-pairsmatchparen
    عرض على GitHub↗1,912
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Pair Matching Logic