aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ecsact.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ecsact.lua')
-rw-r--r--lsp/ecsact.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/lsp/ecsact.lua b/lsp/ecsact.lua
new file mode 100644
index 00000000..2083bab2
--- /dev/null
+++ b/lsp/ecsact.lua
@@ -0,0 +1,13 @@
+---@brief
+---
+---https://github.com/ecsact-dev/ecsact_lsp_server
+--
+-- Language server for Ecsact.
+--
+-- The default cmd assumes `ecsact_lsp_server` is in your PATH. Typically from the
+-- Ecsact SDK: https://ecsact.dev/start
+return {
+ cmd = { 'ecsact_lsp_server', '--stdio' },
+ filetypes = { 'ecsact' },
+ root_markers = { '.git' },
+}