Skip to content

Commit

Permalink
chore: auto-generated types for Neovim nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent bbe17de commit fdf6b3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions types/nightly/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,10 @@ function vim.api.nvim_buf_line_count(buffer) end
-- hidden marks, an "invalid" key is added to the "details"
-- array of |nvim_buf_get_extmarks()| and family. If
-- "undo_restore" is false, the extmark is deleted instead.
-- • priority: a priority value for the highlight group or sign
-- attribute. For example treesitter highlighting uses a
-- value of 100.
-- • priority: a priority value for the highlight group, sign
-- attribute or virtual text. For virtual text, item with
-- highest priority is drawn last. For example treesitter
-- highlighting uses a value of 100.
-- • strict: boolean that indicates extmark should not be
-- placed if the line or column value is past the end of the
-- buffer or end of the line respectively. Defaults to true.
Expand Down

0 comments on commit fdf6b3c

Please sign in to comment.