1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-30 12:13:24 +02:00
Files
2026-06-20 14:42:38 +09:00

19 lines
232 B
Plaintext

Config(
name: "helix",
values: [
1,
2,
],
nested: Inner(
enabled: true,
map: {
"a": 1,
"b": 2,
},
),
pair: (
1,
"two",
),
)