Skip to content

Commit

Permalink
Merge pull request #36 from chriselrod/patch-1
Browse files Browse the repository at this point in the history
Add `julia-ts-mode` support
  • Loading branch information
non-Jedi authored Jan 17, 2023
2 parents 3e66d60 + b52888c commit 2e04597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot-jl.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Otherwise returns nil"
(add-hook 'project-find-functions #'eglot-jl--project-try)
(add-to-list 'eglot-server-programs
;; function instead of strings to find project dir at runtime
'(julia-mode . eglot-jl--ls-invocation)))
'((julia-mode julia-ts-mode) . eglot-jl--ls-invocation)))

(provide 'eglot-jl)
;;; eglot-jl.el ends here

0 comments on commit 2e04597

Please sign in to comment.