feat(markdown): add treesit support

This commit is contained in:
Henrik Lissner
2025-05-07 19:37:48 -04:00
parent a372eba7cd
commit 7cb23f3359
4 changed files with 31 additions and 0 deletions

View File

@@ -33,11 +33,16 @@ for Markdown's syntax is the format of plain text email. -- John Gruber
- +grip ::
Enable [[https://github.com/seagle0128/grip-mode][grip support]] (on [[kbd:][<localleader> p]]), to provide live github-style
previews of your markdown (or org) files.
- +tree-sitter ::
Enable tree-sitter support for Markdown files. Note that tree-sitter support
on Emacs 31 is superior to 30 and under. Requires the [[doom-module::tools
tree-sitter]] module.
** Packages
- [[doom-package:edit-indirect]]
- [[doom-package:evil-markdown]] if [[doom-module::editor evil +everywhere]]
- [[doom-package:grip-mode]] if [[doom-module:+grip]]
- [[doom-package:markdown-ts-mode]] if [[doom-module:+tree-sitter]]
- [[doom-package:markdown-mode]]
- [[doom-package:markdown-toc]]