From a2f09312540822e9c579fee4534832fefd492250 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 27 Jun 2020 20:43:41 +0200 Subject: 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 b287b56e..c9adf93b 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* -- cgit v1.2.3