mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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*
|
*hl-TSFunction*
|
||||||
`TSFunction`
|
`TSFunction`
|
||||||
Function calls and definitions.
|
Function definitions.
|
||||||
|
|
||||||
|
*hl-TSFunctionCall*
|
||||||
|
`TSFunctionCall`
|
||||||
|
Function calls.
|
||||||
|
|
||||||
*hl-TSFuncBuiltin*
|
*hl-TSFuncBuiltin*
|
||||||
`TSFuncBuiltin`
|
`TSFuncBuiltin`
|
||||||
|
|
@ -591,7 +595,11 @@ GOTO labels: `label:` in C, and `::label::` in Lua.
|
||||||
|
|
||||||
*hl-TSMethod*
|
*hl-TSMethod*
|
||||||
`TSMethod`
|
`TSMethod`
|
||||||
Method calls and definitions.
|
Method definitions.
|
||||||
|
|
||||||
|
*hl-TSMethodCall*
|
||||||
|
`TSMethod`
|
||||||
|
Method calls.
|
||||||
|
|
||||||
*hl-TSNamespace*
|
*hl-TSNamespace*
|
||||||
`TSNamespace`
|
`TSNamespace`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue