feat(julia): add treesit support

This commit is contained in:
Henrik Lissner
2025-05-08 01:18:07 -04:00
parent e6caaef9e6
commit 46b87362f7
4 changed files with 23 additions and 9 deletions

View File

@@ -15,11 +15,11 @@ This module adds support for [[https://julialang.org/][the Julia language]] to D
** Module flags
- +lsp ::
Enable LSP support for ~julia-mode~. Requires [[doom-module::tools lsp]] and a langserver
(supports LanguageServer.jl).
Enable LSP support for ~julia-mode~. Requires [[doom-module::tools lsp]] and a
langserver (supports LanguageServer.jl).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]].
editing. Requires Emacs >=29 and [[doom-module::tools tree-sitter]].
- +snail ::
Use Snail, a development environment and REPL interaction package for Julia in
the spirit of Common Lisps SLIME and Clojures CIDER. It enables convenient