Skip to content

Commit b342e5f

Browse files
Matsievskiy S.Vgdkrmr
Matsievskiy S.V
authored andcommitted
add ess-julia-mode to major-mode list
1 parent 9f158a2 commit b342e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-julia.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Set to nil if you want to use the globally installed versions."
124124

125125
(lsp-register-client
126126
(make-lsp-client :new-connection (lsp-stdio-connection 'lsp-julia--rls-command)
127-
:major-modes '(julia-mode)
127+
:major-modes '(julia-mode ess-julia-mode)
128128
:server-id 'julia-ls))
129129

130130
(provide 'lsp-julia)

0 commit comments

Comments
 (0)