This commit is contained in:
Mads Kjeldgaard 2021-02-04 17:29:18 +01:00 committed by Thomas Vigouroux
parent 2208b31db6
commit 9ebeb859c1

View file

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