fix: add missing Meta types

This commit is contained in:
CJ van den Berg 2025-02-28 21:48:23 +01:00
parent dceb433e9e
commit d0ce904faa
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 3 deletions

View file

@ -4083,7 +4083,7 @@ pub const Editor = struct {
try self.update_buf(root);
self.clamp();
}
pub const smart_insert_pair_meta = .{ .arguments = &.{.string} };
pub const smart_insert_pair_meta: Meta = .{ .arguments = &.{.string} };
pub fn enable_fast_scroll(self: *Self, _: Context) Result {
self.fast_scroll = true;