feat(mini.pairs): smart Markdown code-fence expansion on 3rd backtick #5

Merged
rootiest merged 1 commits from feat/markdown-smart-backtick-fence into main 2026-08-25 02:03:15 +00:00
1 Commits
Author SHA1 Message Date
rootiest fc535b6688 feat(mini.pairs): smart Markdown code-fence expansion on 3rd backtick
Typing a 3rd backtick after mini.pairs' `` pair now expands into a fenced
code block instead of pairing into 4 backticks: the cursor lands right
after the opener (ready for a language id), and backspacing the fence
back out removes the empty closing fence too.

Also includes an already-in-progress .gitignore expansion (AGENTS/ and
agent-generated docs/ subdirs) and a plugins.lua tabs-to-spaces reformat
that were sitting uncommitted in the working tree.
2026-08-24 22:01:49 -04:00