aboutsummaryrefslogtreecommitdiffstats
path: root/python/ghdl-ls
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-09 18:19:38 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-09 18:19:38 +0100
commit85627172aea75430ccd809ea0a13f3c4ed3ea8a0 (patch)
tree39a78d01afe31d9450ff316eaa9b923b91091af6 /python/ghdl-ls
parent23935c8f2849fcb36bd69bbcadd4a0660912663f (diff)
downloadghdl-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-xpython/ghdl-ls4
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()