mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(csharp,julia,lua,markdown): mention +tree-sitter requirements
This commit is contained in:
@ -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).
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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:][<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.
|
||||
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]]
|
||||
|
Reference in New Issue
Block a user