feat(elixir): add treesit support

This commit is contained in:
Henrik Lissner
2025-05-22 18:06:19 +02:00
parent a329d63f7d
commit 0c311a5172
4 changed files with 45 additions and 20 deletions

View File

@@ -11,11 +11,11 @@ This module provides support for [[https://elixir-lang.org/][Elixir programming
** Module flags
- +lsp ::
Enable LSP support for ~elixir-mode~. Requires [[doom-module::tools lsp]] and a langserver
(supports [[https://github.com/elixir-lsp/elixir-ls/][elixir-ls]]).
Enable LSP support for ~elixir-mode~. Requires [[doom-module::tools lsp]] and a
langserver (supports [[https://github.com/elixir-lsp/elixir-ls/][elixir-ls]]).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]].
editing. Requires Emacs 30.1+ and [[doom-module::tools tree-sitter]].
** Packages
- [[doom-package:elixir-mode]]