Files
Colby McHenry 096114a776 feat(luau): add Luau language support
Index Luau (.luau), Roblox's typed superset of Lua. The luau extractor extends the Lua one and adds: `type`/`export type` aliases, typed function signatures, generics, and Roblox instance-path `require(script.Parent.X)` imports — alongside inherited functions, receiver-split methods, local variables, and call edges. Vendor the upstream ABI-14 tree-sitter-luau grammar.

The Roblox-path require handling lives in the shared Lua require helper (harmless for plain Lua). Addresses the Luau request in #232.
2026-05-21 09:26:58 -05:00
..
2026-01-18 16:25:00 -06:00