mirror of
https://github.com/neovim/neovim.git
synced 2026-06-19 10:02:36 +00:00
Closes https://github.com/neovim/neovim/issues/17456 * treesitter uses the default highlight priority of 50 * diagnostic highlights have a priority of 150 * lsp reference highlights have a priority of 200 This ensures proper ordering.