Extend documentation for TSError

This commit is contained in:
Stephan Seitz 2020-06-27 20:43:41 +02:00 committed by Thomas Vigouroux
parent f4b87d3364
commit a2f0931254

View file

@ -170,7 +170,13 @@ Note: This is highly experimental, and folding can break on some types of
==============================================================================
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`
*hl-TSPunctDelimiter*