Skip to content

Commit

Permalink
better locals.scm formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 19, 2024
1 parent 802a534 commit 2c2cf7c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions queries/locals.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[
(element_node)
(block_statement)
] @scope
(element_node)
(block_statement)
] @local.scope

(identifier) @reference
(block_params (identifier) @definition.var)
(identifier) @local.reference

(block_params
(identifier) @local.definition.var)

0 comments on commit 2c2cf7c

Please sign in to comment.