mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Updated nvim-tresitter.txt doc
This commit is contained in:
parent
0014e52e2d
commit
8665a99a0f
1 changed files with 10 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue