@proxysoul/soulforge 2.20.17 → 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.
- package/dist/index.js +664 -527
- package/dist/workers/intelligence.worker.js +11 -4
- package/package.json +1 -1
|
@@ -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
|
-
|
|
29217
|
-
|
|
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: []
|