We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1a222 commit 8b4f687Copy full SHA for 8b4f687
corpus/unit.spicy.expected
@@ -80,7 +80,7 @@ type X = unit {
80
81
type X = unit {
82
x: uint8;
83
- on x priority = 100 {}
+ on x priority=100 {}
84
};
85
86
src/query.scm
@@ -52,6 +52,13 @@
52
(comment)? @do_nothing
53
)
54
55
+(
56
+ hook_priority
57
+ "priority" @append_antispace
58
+ .
59
+ "=" @append_antispace
60
+)
61
+
62
("struct"
63
(field_decl) @append_empty_softline
64
.
0 commit comments