Skip to content

Commit

Permalink
add reference queries so vim-illuminate will work
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBarberee committed Dec 27, 2023
1 parent b800994 commit 66595ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions queries/locals.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[
(function_definition)
] @scope
; scopes
(function_definition) @scope

; references
(label) @reference
(identifier) @reference

0 comments on commit 66595ec

Please sign in to comment.