docs(tree-sitter): document flags
This commit is contained in:
parent
40905d2c5a
commit
8b86ad3183
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,9 @@ This module adds support for the Clojure(Script) language.
|
|||
- +lsp ::
|
||||
Enable LSP support for ~clojure-mode~ (alongside Cider). Requires [[doom-module::tools lsp]]
|
||||
and a langserver (supports [[https://clojure-lsp.io/][clojure-lsp]]).
|
||||
- +tree-sitter ::
|
||||
Leverages tree-sitter for better syntax highlighting and structural text
|
||||
editing. Requires [[doom-module::tools tree-sitter]].
|
||||
|
||||
** Packages
|
||||
- [[doom-package:cider]]
|
||||
|
|
|
@ -24,7 +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]].
|
||||
editing. Requires [[doom-module::tools tree-sitter]]. Has support for both Lua and
|
||||
Fennel.
|
||||
- +moonscript ::
|
||||
Enable support for the Moonscript language.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue