Skip to content

Commit

Permalink
Improve documentation on ignore_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Jakusev committed Apr 11, 2024
1 parent 69854b0 commit 24f6b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ highlighted as code comments or strings are ignored.
```vim
" Default:
" If a delimiter is in a highlight group whose name matches
" any of the followings, it will be ignored.
" any of the following regular expressions, it will be ignored.
let g:easy_align_ignore_groups = ['Comment', 'String']
```

Expand Down
2 changes: 1 addition & 1 deletion doc/easy_align.txt
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ highlighted as code comments or strings are ignored.
>
" Default:
" If a delimiter is in a highlight group whose name matches
" any of the followings, it will be ignored.
" any of the following regular expressions, it will be ignored.
let g:easy_align_ignore_groups = ['Comment', 'String']
<
For example, the following paragraph
Expand Down

0 comments on commit 24f6b23

Please sign in to comment.