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 ::
|
- +lsp ::
|
||||||
Enable LSP support for ~clojure-mode~ (alongside Cider). Requires [[doom-module::tools lsp]]
|
Enable LSP support for ~clojure-mode~ (alongside Cider). Requires [[doom-module::tools lsp]]
|
||||||
and a langserver (supports [[https://clojure-lsp.io/][clojure-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
|
** Packages
|
||||||
- [[doom-package:cider]]
|
- [[doom-package:cider]]
|
||||||
|
|
|
@ -24,7 +24,8 @@ This module adds Lua support to Doom Emacs.
|
||||||
(supports EmmyLua, lua-language-server, and lua-lsp).
|
(supports EmmyLua, lua-language-server, and lua-lsp).
|
||||||
- +tree-sitter ::
|
- +tree-sitter ::
|
||||||
Leverages tree-sitter for better syntax highlighting and structural text
|
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 ::
|
- +moonscript ::
|
||||||
Enable support for the Moonscript language.
|
Enable support for the Moonscript language.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue