mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add newline before legend
Without this newline there is no syntax highlighting after the legend.
This commit is contained in:
parent
ad5c0b9d78
commit
2bbc1a2d59
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ function M.checkhealth()
|
|||
print(out)
|
||||
end
|
||||
end
|
||||
print([[ Legend: H[ighlight], L[ocals], F[olds], I[ndents]
|
||||
print([[
|
||||
Legend: H[ighlight], L[ocals], F[olds], I[ndents]
|
||||
*) multiple parsers found, only one will be used
|
||||
x) errors found in the query, try to run :TSUpdate {lang}]])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue