mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
feat(julia): add treesit support
This commit is contained in:
@@ -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 Lisp’s SLIME and Clojure’s CIDER. It enables convenient
|
||||
|
Reference in New Issue
Block a user