aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-01-11 12:54:43 -0600
committerGitHub <noreply@github.com>2025-01-11 12:54:43 -0600
commita119aae4d3deebea453ccd7c2dea814aed2c9f21 (patch)
treeaf5baddca1aa0735c58d64509d8603c6e39409a9 /runtime/lua/vim/treesitter
parent9e0d40f7e45f483e54d38be1266f63240808b4b0 (diff)
downloadrneovim-a119aae4d3deebea453ccd7c2dea814aed2c9f21.tar.gz
rneovim-a119aae4d3deebea453ccd7c2dea814aed2c9f21.tar.bz2
rneovim-a119aae4d3deebea453ccd7c2dea814aed2c9f21.zip
feat(diagnostic)!: filter diagnostics by severity before passing to handlers (#30070)
BREAKING CHANGE: This changes the list of diagnostics that are passed to a diagnostic handler. If a handler is already filtering by severity itself then this won't break anything, since the handler's filtering will become a no-op. But handlers which depend on receiving the full list of diagnostics may break. Note that diagnostics are only filtered if the handler's configuration has the `severity` option set. If `severity` is not set, the handler still receives the full list of diagnostics.
Diffstat (limited to 'runtime/lua/vim/treesitter')
0 files changed, 0 insertions, 0 deletions