feat(list-languages): add colored file type icons

This commit is contained in:
CJ van den Berg 2025-02-11 14:40:45 +01:00
parent 240e82a8c2
commit d6ff940fb7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 14 additions and 1 deletions

View file

@ -509,6 +509,7 @@ pub fn build_exe(
exe.root_module.addImport("renderer", renderer_mod);
exe.root_module.addImport("input", input_mod);
exe.root_module.addImport("syntax", syntax_mod);
exe.root_module.addImport("color", color_mod);
exe.root_module.addImport("version_info", b.createModule(.{ .root_source_file = version_info_file }));
if (target.result.os.tag == .windows) {