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

@@ -19,7 +19,7 @@ This module adds support for [[https://julialang.org/][the Julia language]] to D
langserver (supports LanguageServer.jl).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires Emacs >=29 and [[doom-module::tools tree-sitter]].
editing. Requires [[doom-module::tools tree-sitter]].
- +snail ::
Use Snail, a development environment and REPL interaction package for Julia in
the spirit of Common Lisps SLIME and Clojures CIDER. It enables convenient