Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages

This commit is contained in:
Stephan Seitz 2020-09-12 20:57:01 +02:00 committed by Thomas Vigouroux
parent 50991e370b
commit bcf421b4e7
10 changed files with 39 additions and 8 deletions

View file

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