From a0e4464a3399f93d498e39b1941dcf39f2514891 Mon Sep 17 00:00:00 2001 From: teapo <75266237+4teapo@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:54:50 +0000 Subject: [PATCH] Update Luau docs (#22351) The domain has changed and the old StyLua arguments work again. Release Notes: - N/A --- docs/src/languages/luau.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/languages/luau.md b/docs/src/languages/luau.md index 0c5e94dcf8..0f4f22cacc 100644 --- a/docs/src/languages/luau.md +++ b/docs/src/languages/luau.md @@ -1,6 +1,6 @@ # Luau -[Luau](https://luau-lang.org/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. Luau was developed by Roblox and available under the MIT license. +[Luau](https://luau.org/) is a fast, small, safe, gradually typed, embeddable scripting language derived from Lua. Luau was developed by Roblox and is available under the MIT license. Luau language support in Zed is provided by the community-maintained [Luau extension](https://github.com/4teapo/zed-luau). Report issues to: [https://github.com/4teapo/zed-luau/issues](https://github.com/4teapo/zed-luau/issues) @@ -33,7 +33,7 @@ Then add the following to your Zed `settings.json`: "formatter": { "external": { "command": "stylua", - "arguments": ["--stdin-filepath", "{buffer_path}", "-"] + "arguments": ["-"] } } }