We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927a3da commit 1dcfd0cCopy full SHA for 1dcfd0c
queries/highlights.scm
@@ -75,8 +75,6 @@
75
76
(function parameter: (value_identifier) @parameter)
77
78
-("unpack") @function.builtin
79
-
80
; Meta
81
;-----
82
@@ -115,6 +113,7 @@
115
113
"async"
116
114
"await"
117
"with"
+ "unpack"
118
] @keyword
119
120
[
test/highlight/modules.res
@@ -33,7 +33,7 @@ let a = module(
33
)
34
35
module B = unpack(a)
36
-// ^ function.builtin
+// ^ keyword
37
38
module type A = {
39
type t = int
0 commit comments