mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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.