Skip to content

Commit

Permalink
feat: support gleam-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
merrickluo committed Jun 12, 2024
1 parent acad044 commit 291d275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-gleam.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(lsp-register-client
(make-lsp-client
:new-connection (lsp-stdio-connection lsp-gleam-executable)
:major-modes '(gleam-mode)
:major-modes '(gleam-mode gleam-ts-mode)
:priority -1
:server-id 'gleam-lsp))

Expand Down
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ Changes take effect only when a new session is started."
(idris-mode . "idris")
(idris2-mode . "idris2")
(gleam-mode . "gleam")
(gleam-ts-mode . "gleam")
(graphviz-dot-mode . "dot")
(tiltfile-mode . "tiltfile")
(solidity-mode . "solidity")
Expand Down

0 comments on commit 291d275

Please sign in to comment.