Skip to content

Commit

Permalink
feat(lsp-vhdl.el): Added vhdl-ts-mode to supported vhdl modes (#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbirks authored Dec 27, 2023
1 parent b5d5f43 commit ac2c416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-vhdl.el
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GHDL LS: A LSP server for VHDL based on GHDL

(lsp-register-client
(make-lsp-client :new-connection (lsp-vhdl--create-connection)
:major-modes '(vhdl-mode)
:major-modes '(vhdl-mode vhdl-ts-mode)
:language-id "VHDL"
:priority -1
:server-id 'lsp-vhdl))
Expand Down
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ Changes take effect only when a new session is started."
(latex-mode . "latex")
(v-mode . "v")
(vhdl-mode . "vhdl")
(vhdl-ts-mode . "vhdl")
(verilog-mode . "verilog")
(terraform-mode . "terraform")
(ess-julia-mode . "julia")
Expand Down

0 comments on commit ac2c416

Please sign in to comment.