I've enabled some of the nonstandardSymbol in order to get continue statement and most of the operators working, but was wondering if you could add support for some of the following:
- "..=" operator
- "//" operator (seems to be interpreted as a comment when adding it to nonstandardSymbol)
- Better string interpolation. Using backticks work, but no auto-completion/variable is marked as unused.
- If-then-else expressions
- Number literals (local x = 1_048_576)
This is not a petition to support Luau fully, especially the type system considering it's a pain to use. It works fine with a mixed code base (Lua with some new features from Luau compiler) using the nonstandardSymbol options, just would be nice with some additions :-)
I've enabled some of the nonstandardSymbol in order to get continue statement and most of the operators working, but was wondering if you could add support for some of the following:
This is not a petition to support Luau fully, especially the type system considering it's a pain to use. It works fine with a mixed code base (Lua with some new features from Luau compiler) using the nonstandardSymbol options, just would be nice with some additions :-)