| ... | @@ -271,11 +271,11 @@ pub const Token = struct { | ... | @@ -271,11 +271,11 @@ pub const Token = struct { |
| 271 | .Keyword_align => "align", | 271 | .Keyword_align => "align", |
| 272 | .Keyword_allowzero => "allowzero", | 272 | .Keyword_allowzero => "allowzero", |
| 273 | .Keyword_and => "and", | 273 | .Keyword_and => "and", |
| | 274 | .Keyword_anyframe => "anyframe", |
| 274 | .Keyword_asm => "asm", | 275 | .Keyword_asm => "asm", |
| 275 | .Keyword_async => "async", | 276 | .Keyword_async => "async", |
| 276 | .Keyword_await => "await", | 277 | .Keyword_await => "await", |
| 277 | .Keyword_break => "break", | 278 | .Keyword_break => "break", |
| 278 | .Keyword_cancel => "cancel", | | |
| 279 | .Keyword_catch => "catch", | 279 | .Keyword_catch => "catch", |
| 280 | .Keyword_comptime => "comptime", | 280 | .Keyword_comptime => "comptime", |
| 281 | .Keyword_const => "const", | 281 | .Keyword_const => "const", |
| ... | @@ -294,11 +294,12 @@ pub const Token = struct { | ... | @@ -294,11 +294,12 @@ pub const Token = struct { |
| 294 | .Keyword_inline => "inline", | 294 | .Keyword_inline => "inline", |
| 295 | .Keyword_nakedcc => "nakedcc", | 295 | .Keyword_nakedcc => "nakedcc", |
| 296 | .Keyword_noalias => "noalias", | 296 | .Keyword_noalias => "noalias", |
| | 297 | .Keyword_noasync => "noasync", |
| | 298 | .Keyword_noinline => "noinline", |
| 297 | .Keyword_null => "null", | 299 | .Keyword_null => "null", |
| 298 | .Keyword_or => "or", | 300 | .Keyword_or => "or", |
| 299 | .Keyword_orelse => "orelse", | 301 | .Keyword_orelse => "orelse", |
| 300 | .Keyword_packed => "packed", | 302 | .Keyword_packed => "packed", |
| 301 | .Keyword_promise => "promise", | | |
| 302 | .Keyword_pub => "pub", | 303 | .Keyword_pub => "pub", |
| 303 | .Keyword_resume => "resume", | 304 | .Keyword_resume => "resume", |
| 304 | .Keyword_return => "return", | 305 | .Keyword_return => "return", |