diff options
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/queries/julia/locals.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/queries/julia/locals.scm b/runtime/queries/julia/locals.scm index 500b7fe58..218a84ae9 100644 --- a/runtime/queries/julia/locals.scm +++ b/runtime/queries/julia/locals.scm @@ -9,14 +9,6 @@ (tuple_expression (identifier) @local.definition.var)) -; let/const bindings -(let_binding - (identifier) @local.definition.var) - -(let_binding - (tuple_expression - (identifier) @local.definition.var)) - ; For bindings (for_binding (identifier) @local.definition.var) |
