docs(tree-sitter): document tree-sitter flags

This commit is contained in:
Jeetaditya Chatterjee 2022-12-04 03:12:02 +00:00 committed by Henrik Lissner
parent fd7ac6710e
commit 0469cc4c48
4 changed files with 12 additions and 0 deletions

View file

@ -22,6 +22,9 @@ This module adds Lua support to Doom Emacs.
- +lsp ::
Enable LSP support for ~lua-mode~. Requires [[doom-module::tools lsp]] and a langserver
(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]].
- +moonscript ::
Enable support for the Moonscript language.