You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using GitNexus for Roblox game development projects written in Luau.
Luau is Roblox's scripting language, derived from Lua but with significant extensions such as:
Static type annotations
Type inference
Roblox-specific APIs
Object-oriented patterns based on metatables
Modern language features not available in standard Lua
As Roblox continues to grow, many large-scale game projects now contain hundreds or thousands of Luau source files, making code navigation and semantic search increasingly important.
Why Luau Support Matters
GitNexus already provides excellent code indexing and symbol discovery capabilities.
However, without dedicated Luau parsing, it is difficult to fully understand:
Function definitions
Method declarations
Class-like module patterns
Type definitions
Require() dependency relationships
Cross-module symbol references
For larger Roblox projects, these relationships are critical for AI-assisted development workflows.
Requested Features
1. Luau Parser Support
Support parsing .luau files and Roblox-style .lua files written in Luau syntax.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Background
I am using GitNexus for Roblox game development projects written in Luau.
Luau is Roblox's scripting language, derived from Lua but with significant extensions such as:
As Roblox continues to grow, many large-scale game projects now contain hundreds or thousands of Luau source files, making code navigation and semantic search increasingly important.
Why Luau Support Matters
GitNexus already provides excellent code indexing and symbol discovery capabilities.
However, without dedicated Luau parsing, it is difficult to fully understand:
For larger Roblox projects, these relationships are critical for AI-assisted development workflows.
Requested Features
1. Luau Parser Support
Support parsing
.luaufiles and Roblox-style.luafiles written in Luau syntax.Examples:
All reactions