Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/crystal/locals.scm')
-rw-r--r--runtime/queries/crystal/locals.scm15
1 files changed, 1 insertions, 14 deletions
diff --git a/runtime/queries/crystal/locals.scm b/runtime/queries/crystal/locals.scm
index b44fd3a0..57154286 100644
--- a/runtime/queries/crystal/locals.scm
+++ b/runtime/queries/crystal/locals.scm
@@ -1,14 +1 @@
-((method_def) @local.scope
- (#set! local.scope-inherits false))
-((fun_def) @local.scope
- (#set! local.scope-inherits false))
-
-(block) @local.scope
-
-(param
- name: (identifier) @local.definition.variable.parameter)
-
-(assign
- lhs: (identifier) @local.definition.variable)
-
-(identifier) @local.reference
+; inherits: ruby