neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

folds.scm (203B)


      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