const Api = @import("../api/schema.zig").Api;
const std = @import("std");
pub const Kv = struct {
name: Api.StringPointer,
value: Api.StringPointer,
};
pub const Entries = std.MultiArrayList(Kv);
co'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* feat(new tool): xml formatter
* feat(xml-formatter): added happy path e2e tests
* refactor(xml-formatter): improved unit tests
* refactor(xml-formatter): add better suitable icon
* feat(xml-formatter): added happy path e2e tests
* feat(xml-formatter): registered xml as syntax highlighter
* chore(auto-import): removed unused NSpace
---------
Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
|
|
|
|
* Use prefers-color-scheme
* Remove theme store
|
|
|
|
|
|
|