mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
update std.zig.tokenizer
This commit is contained in:
parent
cd3068b4eb
commit
ef3f7ecc19
@ -271,11 +271,11 @@ pub const Token = struct {
|
||||
.Keyword_align => "align",
|
||||
.Keyword_allowzero => "allowzero",
|
||||
.Keyword_and => "and",
|
||||
.Keyword_anyframe => "anyframe",
|
||||
.Keyword_asm => "asm",
|
||||
.Keyword_async => "async",
|
||||
.Keyword_await => "await",
|
||||
.Keyword_break => "break",
|
||||
.Keyword_cancel => "cancel",
|
||||
.Keyword_catch => "catch",
|
||||
.Keyword_comptime => "comptime",
|
||||
.Keyword_const => "const",
|
||||
@ -294,11 +294,12 @@ pub const Token = struct {
|
||||
.Keyword_inline => "inline",
|
||||
.Keyword_nakedcc => "nakedcc",
|
||||
.Keyword_noalias => "noalias",
|
||||
.Keyword_noasync => "noasync",
|
||||
.Keyword_noinline => "noinline",
|
||||
.Keyword_null => "null",
|
||||
.Keyword_or => "or",
|
||||
.Keyword_orelse => "orelse",
|
||||
.Keyword_packed => "packed",
|
||||
.Keyword_promise => "promise",
|
||||
.Keyword_pub => "pub",
|
||||
.Keyword_resume => "resume",
|
||||
.Keyword_return => "return",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user