aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-09 20:33:27 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-09 20:33:27 +0100
commite7b917a9ff84351d424a93bbb7b8432829a2f96e (patch)
tree135ee58967947060cae49455b08f8612e330fb78
parenta9db20430fac6c5f7420a4ee0afc2c27f1e77f54 (diff)
downloadghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.tar.gz
ghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.tar.bz2
ghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.zip
README: update for language server.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 962411537..b4050335c 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ That's all!
- The 'regular' tool allows analysis, compilation, simulation and (very experimental) synthesis of EDIF netlists. It is written in Ada and C, and three different backends are supported, which are sometimes named `ghdl_mcode`, `ghdl_gcc` and `ghdl_llvm`. This is the entrypoint for most users.
-- [ghdl-ls](https://github.com/ghdl/ghdl-language-server/tree/master/ghdl-ls) implements Language Server Protocol (LSP) in Python. VHDL analysis features provided by GHDL are accessed through `libghdl-py`. This can be integrated in text editors or IDES, such as, Vim, Emacs, Atom or Visual Studio Code.
+- `ghdl-ls` implements Language Server Protocol (LSP) in Python. VHDL analysis features provided by GHDL are accessed through `libghdl-py`. This can be integrated in text editors or IDES, such as, Vim, Emacs, Atom or Visual Studio Code.
- [vscode-client](https://github.com/ghdl/ghdl-language-server/tree/master/vscode-client) is an extension for [Visual Studio Code (VSC)](https://code.visualstudio.com/) to provide language support for VHDL by interfacing `ghdl-ls`.