1 dépôt
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.
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.