From 5dcbfcc1c82f05436afafa3fa36db5eac68cabe0 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 27 Jun 2020 20:43:41 +0200 Subject: [PATCH] Extend documentation for TSError --- doc/nvim-treesitter.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 67e9f7581..a006ad88e 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -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*