feat(list-languages): add colored file type icons
This commit is contained in:
parent
240e82a8c2
commit
d6ff940fb7
2 changed files with 14 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue