From 5be0df24d32fd6278f01de3b9f502144b7c41ad1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 May 2025 18:17:15 +0200 Subject: [PATCH] docs(csharp,julia,lua,markdown): mention +tree-sitter requirements --- modules/lang/csharp/README.org | 2 +- modules/lang/julia/README.org | 2 +- modules/lang/lua/README.org | 4 ++-- modules/lang/markdown/README.org | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/lang/csharp/README.org b/modules/lang/csharp/README.org index fcde71183..6fdcd1498 100644 --- a/modules/lang/csharp/README.org +++ b/modules/lang/csharp/README.org @@ -18,7 +18,7 @@ LSP). (supports =omnisharp-roslyn=). - +tree-sitter :: Leverages tree-sitter for better syntax highlighting and structural text - editing. Requires [[doom-module::tools tree-sitter]]. + editing. Requires Emacs 29.1+ and [[doom-module::tools tree-sitter]]. - +unity :: Enable special support for the [[https://unity.com/][Unity game engine]] (particularly, support for HLSL shaders). diff --git a/modules/lang/julia/README.org b/modules/lang/julia/README.org index fc46fe04f..c3fcb25ea 100644 --- a/modules/lang/julia/README.org +++ b/modules/lang/julia/README.org @@ -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 Lisp’s SLIME and Clojure’s CIDER. It enables convenient diff --git a/modules/lang/lua/README.org b/modules/lang/lua/README.org index a07e0ecec..ffdfbb6af 100644 --- a/modules/lang/lua/README.org +++ b/modules/lang/lua/README.org @@ -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. diff --git a/modules/lang/markdown/README.org b/modules/lang/markdown/README.org index dc2e4660c..7e43708b0 100644 --- a/modules/lang/markdown/README.org +++ b/modules/lang/markdown/README.org @@ -34,9 +34,9 @@ for Markdown's syntax is the format of plain text email. -- John Gruber Enable [[https://github.com/seagle0128/grip-mode][grip support]] (on [[kbd:][ 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. + Leverages tree-sitter for better syntax highlighting and structural text + editing. Requires [[doom-module::tools tree-sitter]]. Note that tree-sitter + support on Emacs 31 is superior to 30 and under. ** Packages - [[doom-package:edit-indirect]]