mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-21 20:18:48 +08:00
Add $ sign pairing on markdown mode
This commit is contained in:
parent
39f06b873a
commit
4f4a829646
@ -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