aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/ghdl-ls
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/cli/ghdl-ls')
-rwxr-xr-xpyGHDL/cli/ghdl-ls4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyGHDL/cli/ghdl-ls b/pyGHDL/cli/ghdl-ls
new file mode 100755
index 000000000..9ca41f5ca
--- /dev/null
+++ b/pyGHDL/cli/ghdl-ls
@@ -0,0 +1,4 @@
+#! /usr/bin/env python3
+import pyGHDL.lsp.main as main
+
+main.main()