diff --git a/README.md b/README.md index 36612f3..131d5ba 100644 --- a/README.md +++ b/README.md @@ -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'] ``` diff --git a/doc/easy_align.txt b/doc/easy_align.txt index 1c1e37c..b867517 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -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