1 repositorio
Refining the automatic alignment of code blocks to adhere to language-specific structural rules.
Distinct from JavaScript Formatters: Distinct from JavaScript Formatters: focuses specifically on the optimization of alignment and indentation logic rather than general style enforcement
Explore 1 awesome GitHub repository matching part of an awesome list · Indentation Optimization. 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
Adjusts the automatic alignment of JavaScript code blocks to follow structural rules.