Skip to content

Commit b1eb65e

Browse files
committed
fix: highlight keyword capture
1 parent ad414fa commit b1eb65e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

queries/highlights.scm

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@
6666
"while"
6767
"xor"
6868
"yield"
69-
(yield_expression "from")
7069
(static_modifier)
71-
(function_static_declaration "static")
7270
] @keyword
7371

72+
(yield_expression "from" @keyword)
73+
(function_static_declaration "static" @keyword)
74+
7475
; Variables
7576

7677
(relative_scope) @variable.builtin

0 commit comments

Comments
 (0)