From 2da91e6585596e8d76e4ecc6317b8011a2c57927 Mon Sep 17 00:00:00 2001 From: fin-w Date: Fri, 13 Feb 2026 23:55:26 +0000 Subject: [PATCH] tidy: standardise bracketing of the checkhealth table column letter identifier --- lua/nvim-treesitter/health.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index b81483e73..ff0c0c0cf 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -148,7 +148,7 @@ function M.check() end health.info(vim.fn.trim(out, ' ', 2)) end - health.start(' Legend: H[ighlights], 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:')