Skip to content

Commit d0218f7

Browse files
m4rch3n1ngthe-mikedavis
authored andcommitted
queries(scheme): mark the variables of do as @variable
1 parent e2333f6 commit d0218f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/queries/scheme/highlights.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
(list
6666
(symbol) @variable.parameter))
6767
(#any-of? @_f
68-
"let" "let*" "let-syntax" "let-values" "let*-values" "letrec" "letrec*" "letrec-syntax"))
68+
"let" "let*" "let-syntax" "let-values" "let*-values" "letrec" "letrec*" "letrec-syntax" "do"))
6969

7070
; operators
7171

0 commit comments

Comments
 (0)