diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index bafacfff0..48cbe7561 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -414,6 +414,10 @@ For booleans. *hl-TSCharacter* For characters. +`TSComment` + *hl-TSComment* +For comment blocks. + `TSConstructor` *hl-TSConstructor* For constructor calls and definitions: `{}` in Lua, and Java constructors.