@proxysoul/soulforge 2.20.18 → 2.20.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18842,6 +18842,7 @@ var init_types2 = __esm(() => {
18842
18842
  ".scala": "scala",
18843
18843
  ".sc": "scala",
18844
18844
  ".lua": "lua",
18845
+ ".luau": "lua",
18845
18846
  ".ex": "elixir",
18846
18847
  ".exs": "elixir",
18847
18848
  ".dart": "dart",
@@ -29212,10 +29213,16 @@ var init_server_registry = __esm(() => {
29212
29213
  command: "rust-analyzer",
29213
29214
  args: []
29214
29215
  }],
29215
- lua: [{
29216
- command: "lua-language-server",
29217
- args: []
29218
- }],
29216
+ lua: [
29217
+ {
29218
+ command: "lua-language-server",
29219
+ args: []
29220
+ },
29221
+ {
29222
+ command: "luau-lsp",
29223
+ args: ["lsp"]
29224
+ }
29225
+ ],
29219
29226
  c: [{
29220
29227
  command: "clangd",
29221
29228
  args: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.20.18",
3
+ "version": "2.20.19",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",