Files
zig/lib/std/zig
rpkak 95f93a0b28 std.zig.Ast: count addrspace tokens correctly
Before this PR this

```zig
const namespace = struct {
    extern const num: u8 addrspace(.generic);
};
// comment
```

got formatted to this

```zig
const namespace = struct {
    extern const num: u8 addrspace(.generic);
(
```

Co-authored-by: rpkak <rpkak@noreply.codeberg.org>
Co-committed-by: rpkak <rpkak@noreply.codeberg.org>
2025-12-01 12:56:11 +01:00
..
2025-11-22 22:42:38 +00:00
2025-09-24 12:46:48 +02:00
2025-11-23 10:22:03 +01:00
2025-10-29 06:20:50 -07:00
2025-11-23 10:22:03 +01:00
2025-09-18 18:56:18 -04:00
2025-03-07 22:22:01 +01:00