tangled
alpha
login
or
join now
abeestrada.com
/
lsr
forked from
rockorager.dev/lsr
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
icons: add go.mod, go.sum
rockorager.dev
10 months ago
81873fee
0952f914
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+3
-1
1 changed file
expand all
collapse all
unified
split
src
main.zig
+3
-1
src/main.zig
···
981
981
const zig: Icon = .{ .icon = "", .color = "\x1b[38:2:247:164:29m" };
982
982
983
983
const by_name: std.StaticStringMap(Icon) = .initComptime(.{
984
984
-
.{"flake.lock", Icon.nix},
984
984
+
.{ "flake.lock", Icon.nix },
985
985
+
.{ "go.mod", Icon.go },
986
986
+
.{ "go.sum", Icon.go },
985
987
});
986
988
987
989
const by_extension: std.StaticStringMap(Icon) = .initComptime(.{