diff options
| -rw-r--r-- | doc/nvim-treesitter.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
