Skip to content

Luau syntax additionsΒ #3130

@scfmod

Description

@scfmod

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions