summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Kjeldgaard <mail@madskjeldgaard.dk>2021-02-04 17:29:18 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-02-10 22:21:17 +0100
commit9ebeb859c11d03ac7827a6955b287c75890395c0 (patch)
tree9c4f9c86a88e792935397bd36d0c9be97d3ec6d5
parent2208b31db6cccaa239a33c9347aaee3d05db5b0e (diff)
Cleanup
-rw-r--r--queries/supercollider/locals.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/queries/supercollider/locals.scm b/queries/supercollider/locals.scm
index 51f67b5c..25cd19b7 100644
--- a/queries/supercollider/locals.scm
+++ b/queries/supercollider/locals.scm
@@ -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)