mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
refactor(highlight)!: optional arguments for highlight.range as table (#17462)
also update documentation BREAKING CHANGE: signature of highlight.range is now vim.highlight.range(bufnr, ns, hlgroup, start, finish, { regtype = regtype, inclusive = inclusive, priority = priority }) Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
This commit is contained in:
@@ -1551,9 +1551,7 @@ do --[[ References ]]
|
||||
document_highlight_kind[kind],
|
||||
{ start_line, start_idx },
|
||||
{ end_line, end_idx },
|
||||
'v',
|
||||
false,
|
||||
200)
|
||||
{ priority = vim.highlight.priorities.user })
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user