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
When using this nice formatter, I noticed that there is an issue when using the \z escape sequence in strings. This is a feature since lua 5.2. From Lua 5.2 Reference Manual:
The escape sequence '\z' skips the following span of white-space characters, including line breaks; it is particularly useful to break and indent a long literal string into multiple lines without adding the newlines and spaces into the string contents.
error: could not format file C:\Users\Adam\VimFiles\lua/packages.lua: error parsing: error occurred while tokenizing: unclosed string at line 29, column 11
It would be nice to fix this issue.
Thank you for your help :)
The text was updated successfully, but these errors were encountered:
Hey 👋, thank your for your nice work!
When using this nice formatter, I noticed that there is an issue when using the
\z
escape sequence in strings. This is a feature since lua 5.2. From Lua 5.2 Reference Manual:When I try to format the following code:
I get the following error:
It would be nice to fix this issue.
Thank you for your help :)
The text was updated successfully, but these errors were encountered: