-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept .luau files #552
Accept .luau files #552
Conversation
Hello, thank you for the PR! This PR looks like it adds support for the "Open Scripts in Studio" feature for .luau files only -- Rojo otherwise still will not recognize |
I'm still figuring out a bit of the Rojo ecosystem for additional changes without breaking everything 😂 I'll be looking out for new changes to add to it for Luau support. Any other commits would be very helpful too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Serving unit tests are failing although I'm taking a closer look why. Tested in-studio and it seems to now sync as .luau
* accept .luau files * Accept .luau in snapshot creation * Update versioning and snapshots. * fix versioning * Run rustfmt * Reduce repetition in extension detection * Tidy build script change Co-authored-by: Lucien Greathouse <[email protected]>
This is really just a tracked PR to start accepting .luau files to the Rojo ecosystem as the language grows to separate itself a bit from Lua 5.
Solves #499