feat(julia)!: update parser and queries

This commit is contained in:
Christian Clason 2025-04-18 13:16:48 +02:00
parent 5d07c93750
commit 47e4f82a68
2 changed files with 1 additions and 9 deletions

View file

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