diff options
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() |