From 85627172aea75430ccd809ea0a13f3c4ed3ea8a0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 9 Mar 2020 18:19:38 +0100 Subject: Import vhdl_langserver from ghdl-language-server --- python/ghdl-ls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 python/ghdl-ls (limited to 'python/ghdl-ls') 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() -- cgit v1.2.3