aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index ebe568a1f..7e4f749cf 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -388,6 +388,10 @@ For any operator: `+`, but also `->` and `*` in C.
*hl-TSKeyword*
For keywords that don't fall in previous categories.
+`TSKeywordFunction`
+ *hl-TSKeywordFunction*
+For keywords used to define a fuction.
+
`TSException`
*hl-TSException*
For exception related keywords.