Skip to content

Commit

Permalink
Fix query error
Browse files Browse the repository at this point in the history
  • Loading branch information
n8tlarsen committed Oct 19, 2022
1 parent a3b2d84 commit dabf157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@
(index_constraint
(_
(simple_expression
(integer_decimal
(integer) @error.illegal.index.zero @_l
(#eq? @_l "0")))))))
(integer_decimal)
@error.illegal.index.zero @_l
(#eq? @_l "0"))))))

(subtype_indication
(type_mark
Expand Down

0 comments on commit dabf157

Please sign in to comment.