Skip to content

Commit

Permalink
Add missing major-modes declaration for lsp-wgsl (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat authored Feb 15, 2024
1 parent e5ee28b commit 1666460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/lsp-wgsl.el
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ definitions resolved."
;; https://github.com/wgsl-analyzer/wgsl-analyzer/issues/77
(lsp--set-configuration '())))
:request-handlers (lsp-ht ("wgsl-analyzer/requestConfiguration" #'lsp-wgsl--send-configuration))
:major-modes '(wgsl-mode)
:activation-fn (lsp-activate-on "wgsl")
:download-server-fn (lambda (_client callback error-callback _update?)
(lsp-package-ensure 'wgsl-analyzer
Expand Down

0 comments on commit 1666460

Please sign in to comment.