Files
neovim/runtime/lua/vim/lsp
Christian Clason 10a46a20ce 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>
2022-02-21 21:21:42 +01:00
..
2021-12-28 18:15:16 +01:00
2021-12-28 18:15:16 +01:00
2022-01-04 11:07:40 -07:00