Skip to content

Commit

Permalink
Adds backtickpair
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed Feb 16, 2022
1 parent 39b22fd commit 443ad1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Once installed, the "plugin" will automatically insert closing pairs whenever yo
```
""
''
``
()
[]
{}
Expand Down
1 change: 1 addition & 0 deletions autopairs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function __autopair_remove() {
__pairs=(
"''"
'""'
'``'
'()'
'[]'
'{}'
Expand Down

0 comments on commit 443ad1c

Please sign in to comment.