Skip to content

Commit 9935703

Browse files
authored
Updated documentation for lsp-vhdl.el (#3955)
1 parent 7818896 commit 9935703

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

clients/lsp-vhdl.el

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
;; HDL Checker. See https://github.com/suoto/hdl_checker/wiki/setting-up-a-project
3131
;; for setting up the project file.
3232
;;
33-
;; VHDL LS. See https://github.com/kraigher/rust_hdl#configuration for setting
33+
;; VHDL LS. See https://github.com/VHDL-LS/rust_hdl#configuration for setting
3434
;; up the project file.
3535
;;
3636
;; GHDL LS. See https://github.com/ghdl/ghdl-language-server for setting up the
@@ -65,11 +65,15 @@ VHDL-tool: A syntax checking, type checking and linting tool
6565
\(http://vhdltool.com).
6666
6767
HDL Checker: A wrapper for third party tools such as GHDL,
68-
ModelSim, Vivado Simulator (https://github.com/suoto/hdl_checker).
68+
ModelSim, Vivado Simulator
69+
\(https://github.com/suoto/hdl_checker).
6970
7071
VHDL LS: A complete VHDL language server protocol implementation
71-
with diagnostics, navigate to symbol, find all references etc.
72-
\(https://github.com/kraigher/rust_hdl)."
72+
with diagnostics, navigate to symbol, find all references etc
73+
\(https://github.com/VHDL-LS/rust_hdl).
74+
75+
GHDL LS: A LSP server for VHDL based on GHDL
76+
\(https://github.com/ghdl/ghdl-language-server)."
7377
:type '(choice (const :tag "VHDL-tool" vhdl-tool)
7478
(const :tag "HDL Checker" hdl-checker)
7579
(const :tag "VHDL LS" vhdl-ls)

0 commit comments

Comments
 (0)