-
- Program: Recursor, dnsdist
- Issue type: Feature request
### Short description
Requesting language support for [Luau](https://luau.org), a derivative of Lua 5.1 maintained by Roblox.
https:/…
-
Majority of the definition file would be a single color, compared to VSCode where the syntax highlighting is normal
Zed (zed-luau 0.2.1)
![image](https://github.com/user-attachments/assets/dfe4a57…
-
I got this `thread 'main' has overflowed its stack` error while using `darklua 0.14.0`
I was trying to combine all my luau files generated from roblox-ts but when I combine it with [
Luau.LuauCept…
-
![image](https://github.com/user-attachments/assets/3ee4b42a-874e-4c67-a5da-621e65caf1b3)
`local ControlPoint = Path2DControlPoint.new(UDim2.new(0, 0, 0, 0))`
TypeError: Type 'UDim2' from '@ roblox'…
-
-
https://alpacahack.com/challenges/luau
-
Hey there, I'm trying to build this on Windows with Zig 0.14.0, and encountering some errors.
My Zig version is: `0.14.0-dev.2210+62f4a6b4d`
Attempting to run `zig build` in the `./build` folder…
-
Right now, `rojo init --kind place` and `rojo init` (since "place" is the default) produce a file tree like this:
```
my-place-project/
├─ src/
│ ├─ client/
│ │ └─ init.client.luau
│ ├─ serv…
-
A very popular, and still growing, fork of Lua is [Luau.](https://github.com/luau-lang/luau) It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other…
-
Luau has interpolated strings
```lua
local world = "World"
local foo = `Hello {world}`
print(foo)
```