aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/nvim-treesitter.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 7291ff40a..14cbb5f2d 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -551,7 +551,11 @@ Floating-point number literals.
*hl-TSFunction*
`TSFunction`
-Function calls and definitions.
+Function definitions.
+
+ *hl-TSFunctionCall*
+`TSFunctionCall`
+Function calls.
*hl-TSFuncBuiltin*
`TSFuncBuiltin`
@@ -591,7 +595,11 @@ GOTO labels: `label:` in C, and `::label::` in Lua.
*hl-TSMethod*
`TSMethod`
-Method calls and definitions.
+Method definitions.
+
+ *hl-TSMethodCall*
+`TSMethod`
+Method calls.
*hl-TSNamespace*
`TSNamespace`