Skip to content

Commit 443ad1c

Browse files
committed
Adds backtickpair
1 parent 39b22fd commit 443ad1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Once installed, the "plugin" will automatically insert closing pairs whenever yo
3636
```
3737
""
3838
''
39+
``
3940
()
4041
[]
4142
{}

autopairs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function __autopair_remove() {
155155
__pairs=(
156156
"''"
157157
'""'
158+
'``'
158159
'()'
159160
'[]'
160161
'{}'

0 commit comments

Comments
 (0)