awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • andymass/vim-matchupAvatar de andymass

    andymass/vim-matchup

    1,912Voir sur 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
    Voir sur GitHub↗1,912
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Pair Matching Logic