Skip to content

Commit

Permalink
Closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBarberee committed Feb 1, 2024
1 parent 66595ec commit 827e1e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

(comment) @comment @spell

(register) @parameter
(register) @variable.parameter
(constant) @constant

(func_name (identifier)) @function
Expand Down
6 changes: 3 additions & 3 deletions queries/locals.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; scopes
(function_definition) @scope
(function_definition) @local.scope

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

0 comments on commit 827e1e4

Please sign in to comment.