mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-09 10:23:49 -05:00
Merge branch 'master' of https://github.com/junegunn/vim-easy-align
This commit is contained in:
@@ -77,6 +77,7 @@ Defining custom alignment rules
|
|||||||
|
|
||||||
```vim
|
```vim
|
||||||
let g:easy_align_delimiters = {
|
let g:easy_align_delimiters = {
|
||||||
|
\ '>': { 'pattern': '>>\|=>\|>' },
|
||||||
\ '/': { 'pattern': '//*' },
|
\ '/': { 'pattern': '//*' },
|
||||||
\ 'x': {
|
\ 'x': {
|
||||||
\ 'pattern': '[xX]',
|
\ 'pattern': '[xX]',
|
||||||
|
|||||||
Reference in New Issue
Block a user