neovim

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

_meta.lua (240B)


      1 --- @meta
      2 
      3 do -- Mark block as optional
      4  ---Mark a test as placeholder.
      5  ---
      6  ---This will not fail or pass, it will simply be marked as "pending".
      7  ---@param name string
      8  ---@param block? fun()
      9  function pending(name, block) end
     10 end