diff --git a/README.md b/README.md index 8382cc4..fca4dc7 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Once installed, the "plugin" will automatically insert closing pairs whenever yo ``` "" '' +`` () [] {} diff --git a/autopairs.sh b/autopairs.sh index af94450..874c094 100644 --- a/autopairs.sh +++ b/autopairs.sh @@ -155,6 +155,7 @@ function __autopair_remove() { __pairs=( "''" '""' + '``' '()' '[]' '{}'