Updated nvim-tresitter.txt doc

This commit is contained in:
lfenzo 2022-07-25 19:51:59 -03:00 committed by Stephan Seitz
parent 0014e52e2d
commit 8665a99a0f

View file

@ -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`