From 33118b4d16ca45226086c5c448fb4cce90d4aab1 Mon Sep 17 00:00:00 2001 From: Alvaro Yurrita Date: Sun, 12 Oct 2025 16:32:34 -0400 Subject: [PATCH 1/3] QSYS annotations added --- .gitmodules | 3 +++ addons/qsys/info.json | 5 +++++ addons/qsys/module | 1 + 3 files changed, 9 insertions(+) create mode 100644 addons/qsys/info.json create mode 160000 addons/qsys/module diff --git a/.gitmodules b/.gitmodules index bdad879..7ef4583 100644 --- a/.gitmodules +++ b/.gitmodules @@ -251,3 +251,6 @@ [submodule "addons/celeste-bosses-helper/module"] path = addons/celeste-bosses-helper/module url = https://github.com/TheDavSmasher/bosses-helper-addon +[submodule "addons/qsys/module"] + path = addons/qsys/module + url = https://github.com/alvaroyurrita/Q-SYS-Addon-for-LuaLS diff --git a/addons/qsys/info.json b/addons/qsys/info.json new file mode 100644 index 0000000..7be239b --- /dev/null +++ b/addons/qsys/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Q-SYS Extensions", + "description": "Definitions for the Q-SYS Lua Scripting Environment", +} diff --git a/addons/qsys/module b/addons/qsys/module new file mode 160000 index 0000000..3659bed --- /dev/null +++ b/addons/qsys/module @@ -0,0 +1 @@ +Subproject commit 3659bed9b40deb579da8861bf317054cff454caa From 9ca7990feb03fe6648de2180cc7932bb666fd85c Mon Sep 17 00:00:00 2001 From: Alvaro Yurrita Date: Sun, 12 Oct 2025 16:41:33 -0400 Subject: [PATCH 2/3] Fix formatting in info.json --- addons/qsys/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/qsys/info.json b/addons/qsys/info.json index 7be239b..eea496c 100644 --- a/addons/qsys/info.json +++ b/addons/qsys/info.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Q-SYS Extensions", - "description": "Definitions for the Q-SYS Lua Scripting Environment", + "description": "Definitions for the Q-SYS Lua Scripting Environment" } From 81118f3fc821366de188979ce7fcf0230377e42a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:41:43 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/qsys/info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/qsys/info.json b/addons/qsys/info.json index eea496c..065d6b0 100644 --- a/addons/qsys/info.json +++ b/addons/qsys/info.json @@ -1,5 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Q-SYS Extensions", - "description": "Definitions for the Q-SYS Lua Scripting Environment" + "description": "Definitions for the Q-SYS Lua Scripting Environment", + "size": 212062, + "hasPlugin": false }