diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 80d2383e4..24e984d14 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -736,6 +736,14 @@ Literal text. *hl-TSURI* Any URI like a link or email. +`TSVariable` + *hl-TSVariable* +Any variable name that does not have another highlight. + +`TSVariableBuiltin` + *hl-TSVariableBuiltin* +Variable names that are defined by the languages, like `this` or `self`. + ============================================================================== MODULE-HIGHLIGHTS *nvim-treesitter-module-highlights* |
