Add $ sign pairing on markdown mode

This commit is contained in:
Josef Utbult 2023-12-10 17:00:01 +01:00
parent 39f06b873a
commit 4f4a829646

View File

@ -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