folds.scm 203 B

12345678910111213
  1. [
  2. (do_statement)
  3. (while_statement)
  4. (repeat_statement)
  5. (if_statement)
  6. (for_statement)
  7. (function_declaration)
  8. (function_definition)
  9. (parameters)
  10. (arguments)
  11. (table_constructor)
  12. ] @fold