We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d5f43 commit ac2c416Copy full SHA for ac2c416
clients/lsp-vhdl.el
@@ -120,7 +120,7 @@ GHDL LS: A LSP server for VHDL based on GHDL
120
121
(lsp-register-client
122
(make-lsp-client :new-connection (lsp-vhdl--create-connection)
123
- :major-modes '(vhdl-mode)
+ :major-modes '(vhdl-mode vhdl-ts-mode)
124
:language-id "VHDL"
125
:priority -1
126
:server-id 'lsp-vhdl))
lsp-mode.el
@@ -895,6 +895,7 @@ Changes take effect only when a new session is started."
895
(latex-mode . "latex")
896
(v-mode . "v")
897
(vhdl-mode . "vhdl")
898
+ (vhdl-ts-mode . "vhdl")
899
(verilog-mode . "verilog")
900
(terraform-mode . "terraform")
901
(ess-julia-mode . "julia")
0 commit comments