mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
tidy: standardise bracketing of the checkhealth table column letter identifier
This commit is contained in:
parent
9f2dad22ef
commit
2da91e6585
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ function M.check()
|
||||||
end
|
end
|
||||||
health.info(vim.fn.trim(out, ' ', 2))
|
health.info(vim.fn.trim(out, ' ', 2))
|
||||||
end
|
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
|
if #error_collection > 0 then
|
||||||
health.start('The following errors have been detected in query files:')
|
health.start('The following errors have been detected in query files:')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue