mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-21 20:18:48 +08:00
Merge 1686650810195e52d1783dde9f7d15e35abc42f9 into 39f06b873a8449af8ff6a3eee716d3da14d63a76
This commit is contained in:
commit
61294de7a4
@ -25,7 +25,8 @@ func! AutoPairsDefaultPairs()
|
||||
let allPairs = {
|
||||
\ 'vim': {'\v^\s*\zs"': ''},
|
||||
\ 'rust': {'\w\zs<': '>', '&\zs''': ''},
|
||||
\ 'php': {'<?': '?>//k]', '<?php': '?>//k]'}
|
||||
\ 'php': {'<?': '?>//k]', '<?php': '?>//k]'},
|
||||
\ 'markdown': {'$': '$', '$$': '$$'}
|
||||
\ }
|
||||
for [filetype, pairs] in items(allPairs)
|
||||
if &filetype == filetype
|
||||
|
Loading…
x
Reference in New Issue
Block a user