fix anytype snippet (#769)

i forgot that
This commit is contained in:
halting 2022-11-20 17:16:15 -03:00 committed by GitHub
parent 245e11e033
commit 5f3d58edeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ pub const generic = [_]Snipped{
.{ .label = "anyopaque", .kind = .Keyword }, .{ .label = "anyopaque", .kind = .Keyword },
.{ .label = "anyerror", .kind = .Keyword }, .{ .label = "anyerror", .kind = .Keyword },
.{ .label = "anyframe", .kind = .Keyword }, .{ .label = "anyframe", .kind = .Keyword },
.{ .label = "anytype", .kind = .Keyword },
.{ .label = "noreturn", .kind = .Keyword }, .{ .label = "noreturn", .kind = .Keyword },
.{ .label = "type", .kind = .Keyword }, .{ .label = "type", .kind = .Keyword },
.{ .label = "bool", .kind = .Keyword }, .{ .label = "bool", .kind = .Keyword },