aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsi <53867065+hsi@users.noreply.github.com>2025-08-11 21:38:15 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-08-13 10:01:54 +0200
commitcabbd52bb8d461ca1e6858c0476933256917de62 (patch)
tree61c0b5532c0dbf85ffedc82ccb08220b34fd1cbe
parentci: bump actions/checkout to v5 (diff)
downloadnvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar.gz
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar.bz2
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar.lz
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar.xz
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.tar.zst
nvim-treesitter-cabbd52bb8d461ca1e6858c0476933256917de62.zip
fix(health): highlights legend label
-rw-r--r--lua/nvim-treesitter/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua
index b4d0c62d5..856e2183e 100644
--- a/lua/nvim-treesitter/health.lua
+++ b/lua/nvim-treesitter/health.lua
@@ -157,7 +157,7 @@ function M.check()
end
health.info(vim.fn.trim(out, ' ', 2))
end
- health.start(' Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[J]ections')
+ health.start(' Legend: H[ighlights], L[ocals], F[olds], I[ndents], In[J]ections')
if #error_collection > 0 then
health.start('The following errors have been detected in query files:')