diff --git a/README.md b/README.md index 35680a4..694f473 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ hook global WinCreate .* %{ ## Options -- `auto_pairs` `str-list`: List of pairs (Default: `` ( ) { } [ ] < > '"' '"' "'" "'" ` ` ``) +- `auto_pairs` `str-list`: List of pairs (Default: `` ( ) { } [ ] '"' '"' "'" "'" ` ` ``) - `auto_pairs_surround` `str-list`: List of pairs (Default: `%opt(auto_pairs)`) - `auto_pairs_enabled` `bool`: Whether auto-pairs is active (Read-only) - `auto_pairs_surround_enabled` `bool`: Whether auto-pairs-surround is active (Read-only) diff --git a/rc/auto-pairs.kak b/rc/auto-pairs.kak index 99ce7dc..19cc99d 100644 --- a/rc/auto-pairs.kak +++ b/rc/auto-pairs.kak @@ -1,4 +1,4 @@ -declare-option -docstring 'List of pairs' str-list auto_pairs ( ) { } [ ] < > '"' '"' "'" "'" ` ` +declare-option -docstring 'List of pairs' str-list auto_pairs ( ) { } [ ] '"' '"' "'" "'" ` ` declare-option -docstring 'List of pairs' str-list auto_pairs_surround %opt(auto_pairs) declare-option -docstring 'Whether auto-pairs is active' bool auto_pairs_enabled no declare-option -docstring 'Whether auto-pairs-surround is active' bool auto_pairs_surround_enabled no