Skip to content

Commit 506569d

Browse files
author
fidgetingbits
committed
fixed iterations scope marker
1 parent 89d04da commit 506569d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/nix.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
;;!! let
2020
;;!! a = 1;
21-
;;! <*****
21+
;;! <******
2222
;;!! b = 2;
2323
;;! *****>
2424
;;!! in a + b
2525
(let_expression
2626
"let"
27-
(_) @statement.iteration @value.iteration @name.iteration
27+
(_) @statement.iteration @value.iteration @name.iteration @condition.iteration
2828
)
2929

3030
;; Conditionals

0 commit comments

Comments
 (0)