Skip to content

Commit

Permalink
Add documentation group for futhark
Browse files Browse the repository at this point in the history
  • Loading branch information
SKyletoft committed Sep 22, 2024
1 parent 2d46a09 commit 5719cbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clients/lsp-futhark.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@

(require 'lsp-mode)

(defgroup lsp-futhark nil
"LSP support for Futhark, using futhark lsp"
:group 'lsp-mode
:link '(url-link "https://github.com/diku-dk/futhark/tree/master/src/Futhark/LSP")
:package-version `(lsp-mode . "9.0.1"))

(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection '("futhark" "lsp"))
:activation-fn (lsp-activate-on "futhark")
Expand Down

0 comments on commit 5719cbe

Please sign in to comment.