From f0c41df0f3102b0c0988d4db8bc1fffb407583c9 Mon Sep 17 00:00:00 2001 From: UpliftMacaw Date: Sat, 29 Aug 2026 21:31:47 -0500 Subject: [PATCH] Add `luau-lang/lute` as a well-known tool --- src/util/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/constants.rs b/src/util/constants.rs index 00fc88b..f80de64 100644 --- a/src/util/constants.rs +++ b/src/util/constants.rs @@ -14,7 +14,7 @@ const KNOWN_TOOL_AUTHORS_AND_IDS: [(&str, &[&str]); 8] = [ &["luau-lsp", "StyLua", "wally-package-types"], ), ("Kampfkarren", &["selene"]), - ("luau-lang", &["luau"]), + ("luau-lang", &["luau", "lute"]), ("lune-org", &["lune"]), ("rojo-rbx", &["remodel", "rojo", "tarmac"]), ("UpliftGames", &["wally"]),