mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
feat(julia): add treesit support
This commit is contained in:
parent
e6caaef9e6
commit
46b87362f7
4 changed files with 23 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue