diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-09 18:19:38 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-09 18:19:38 +0100 |
commit | 85627172aea75430ccd809ea0a13f3c4ed3ea8a0 (patch) | |
tree | 39a78d01afe31d9450ff316eaa9b923b91091af6 /python/ghdl-ls | |
parent | 23935c8f2849fcb36bd69bbcadd4a0660912663f (diff) | |
download | ghdl-85627172aea75430ccd809ea0a13f3c4ed3ea8a0.tar.gz ghdl-85627172aea75430ccd809ea0a13f3c4ed3ea8a0.tar.bz2 ghdl-85627172aea75430ccd809ea0a13f3c4ed3ea8a0.zip |
Import vhdl_langserver from ghdl-language-server
Diffstat (limited to 'python/ghdl-ls')
-rwxr-xr-x | python/ghdl-ls | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ghdl-ls b/python/ghdl-ls new file mode 100755 index 000000000..2fa44dcaa --- /dev/null +++ b/python/ghdl-ls @@ -0,0 +1,4 @@ +#! /usr/bin/env python3 +import vhdl_langserver.main as main + +main.main() |