From 9ebeb859c11d03ac7827a6955b287c75890395c0 Mon Sep 17 00:00:00 2001 From: Mads Kjeldgaard Date: Thu, 4 Feb 2021 17:29:18 +0100 Subject: [PATCH] Cleanup --- queries/supercollider/locals.scm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/queries/supercollider/locals.scm b/queries/supercollider/locals.scm index 51f67b5cb..25cd19b79 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)