1 repositorio
Logic for determining collapsible code regions based on delimiter matching.
Distinct from Code Folding: Distinct from Code Folding: focuses on the underlying expression logic for identifying fold boundaries rather than the UI capability itself.
Explore 1 awesome GitHub repository matching software engineering & architecture · Folding Expression Engines. Refine with filters or upvote what's useful.
vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting, indentation rules, and code folding definitions specifically for JavaScript files. It functions as a set of implementation modules that extend the editor's native capabilities to improve the readability and structural management of the language. The project features a display layer customizer that utilizes character concealment to replace specific keywords and sequences with shorthand symbols. This reduces visual noise and increases code density without altering the actual content of t
Provides the underlying expression logic to identify collapsible code regions using delimiter matching.