This commit is contained in:
agra
2026-02-10 22:47:43 +02:00
parent ef14144d49
commit 70435d3c85
11 changed files with 443 additions and 5 deletions

View File

@@ -733,6 +733,7 @@ pub const Server = struct {
.kw_xx,
.kw_and,
.kw_or,
.kw_null,
.hash_run,
.hash_import,
.hash_insert,
@@ -765,6 +766,7 @@ pub const Server = struct {
.slash_equal,
.percent,
.percent_equal,
.ampersand,
.arrow,
.fat_arrow,
.colon_colon,