Skip to main content

Lua

Scopes

Supported facets

These facets are supported

Branch

  • If: An if/elif/else branch

Disqualify delimiter

  • Disqualify delimiter: Used to disqualify a token from being treated as a surrounding pair delimiter. This will usually be operators containing `>` or `<`, eg `<`, `<=`, `->`, etc

Function callee

  • Function callee: The function being called in a function call

Interior

  • Function: The body of a function
  • If: The body of an if/elif/else branch

Map

  • Map: A map/dictionary

Name

  • Assignment: Name (LHS) of an assignment
  • Variable: Name (LHS) of a variable declaration

Named function

  • Named function: A named function declaration

Value

  • Assignment: Value (RHS) of an assignment
  • Variable: Value (RHS) of a variable declaration

Unspecified facets

These facets are unspecified