mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Extend documentation for TSError
This commit is contained in:
parent
f4b87d3364
commit
a2f0931254
1 changed files with 7 additions and 1 deletions
|
|
@ -170,7 +170,13 @@ Note: This is highly experimental, and folding can break on some types of
|
||||||
==============================================================================
|
==============================================================================
|
||||||
HIGHLIGHTS *nvim-treesitter-highlights*
|
HIGHLIGHTS *nvim-treesitter-highlights*
|
||||||
|
|
||||||
TSError
|
`TSError`
|
||||||
|
*hl-TSError*
|
||||||
|
For syntax/parser errors.
|
||||||
|
|
||||||
|
You can deactivate highlighting of syntax errors by adding this to your
|
||||||
|
init.vim: >
|
||||||
|
highlight link TSError Normal
|
||||||
|
|
||||||
`TSPunctDelimiter`
|
`TSPunctDelimiter`
|
||||||
*hl-TSPunctDelimiter*
|
*hl-TSPunctDelimiter*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue