docs(tree-sitter): document flags

This commit is contained in:
Jeetaditya Chatterjee 2023-02-21 16:20:22 +00:00 committed by Henrik Lissner
parent 40905d2c5a
commit 8b86ad3183
2 changed files with 5 additions and 1 deletions

View file

@ -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.