Skip to content
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

Improve Lua and add Luau support #407

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Improve Lua and add Luau support #407

merged 2 commits into from
Sep 13, 2023

Conversation

Heliodex
Copy link
Contributor

Improves Lua complexity and comment checks, adding --[=[ ]=], --[==[ ]==], etc for comments as is in Lua, and multiline string support with [[ ]]. (unsure if this conflicts with detecting --[[ ]] comments)

Also adds Luau support, essentially copy-pasted from Lua as Luau is based on it, only adding ` ` support for strings.

@boyter
Copy link
Owner

boyter commented Sep 13, 2023

Thanks so much!

@boyter boyter merged commit 8513b92 into boyter:master Sep 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants