mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Cleanup
This commit is contained in:
parent
2208b31db6
commit
9ebeb859c1
1 changed files with 0 additions and 7 deletions
|
|
@ -1,10 +1,3 @@
|
|||
; The local variables query is different from the highlights query in that, while the highlights query uses arbitrary capture names which can then be mapped to colors, the locals variable query uses a fixed set of capture names, each of which has a special meaning.
|
||||
; The capture names are as follows:
|
||||
; @local.scope - indicates that a syntax node introduces a new local scope.
|
||||
; @local.definition - indicates that a syntax node contains the name of a definition within the current local scope.
|
||||
; @local.reference - indicates that a syntax node contains the name which may refer to an earlier definition within some enclosing scope.
|
||||
|
||||
|
||||
; Scopes
|
||||
[
|
||||
(function_call)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue