mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +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.