1 个仓库
Using regular expression engines to identify and align text delimiters across multiple lines.
Distinct from Regular Expression Engines: Distinct from Regular Expression Engines: applies regex specifically to the task of vertical text alignment.
Explore 1 awesome GitHub repository matching data & databases · Pattern-Based Alignments. Refine with filters or upvote what's useful.
vim-easy-align 是一个用于 Vim 编辑器的文本对齐插件和扩展。它作为一个基于正则表达式的文本格式化工具,旨在跨多行垂直对齐文本。 该工具通过字符或正则表达式识别对齐锚点,以创建表格布局和组织化的源代码格式。它支持特定出现次数定位,以确定重复字符的哪一个实例作为锚点,以及定义自定义对齐规则和分隔符的能力。 功能包括具有左、右或居中模式的多行文本对齐,以及将对齐操作限制为矩形文本块的能力。该系统整合了语法感知过滤,以忽略字符串或注释内的分隔符,并在应用前提供对齐结果的实时视觉预览。
Enables the use of arbitrary regular expressions as delimiters for precise vertical text alignment.