docs(csharp,julia,lua,markdown): mention +tree-sitter requirements

This commit is contained in:
Henrik Lissner
2025-05-15 18:17:15 +02:00
parent 9073b24878
commit 5be0df24d3
4 changed files with 7 additions and 7 deletions

View File

@ -24,8 +24,8 @@ This module adds Lua support to Doom Emacs.
(supports EmmyLua, lua-language-server, and lua-lsp).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]]. Has support for both Lua and
Fennel.
editing. Requires Emacs 30.1+ and [[doom-module::tools tree-sitter]]. Only
supports Lua at the moment.
- +moonscript ::
Enable support for the Moonscript language.