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

Highlight unsupported string escape sequences as error #36

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

mnacamura
Copy link
Collaborator

Close #35

- `\z` and `\x..` is supported by Lua >=5.2 or LuaJIT.
- `\u{...}` is supported by Lua >= 5.3.
@mnacamura mnacamura merged commit fa77cad into main Feb 6, 2024
1 check passed
@mnacamura mnacamura deleted the unicode-escapes branch February 6, 2024 12:21
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.

Unicode escape sequence \u{...} should be highlighted as errors for Lua < 5.3
1 participant