[gnome-builder/wip/gtk4-port] libide/io: add various build system overrides



commit 38db868fc13a410ed1c8e311ea063771b1c3837e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 10 11:42:19 2022 -0700

    libide/io: add various build system overrides
    
    These are build system files we support, and we should make them look
    like build system icons too.

 src/libide/io/ide-content-type.c | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/libide/io/ide-content-type.c b/src/libide/io/ide-content-type.c
index 144276820..939f35730 100644
--- a/src/libide/io/ide-content-type.c
+++ b/src/libide/io/ide-content-type.c
@@ -45,6 +45,11 @@ static const struct {
   { "AUTHORS", "text-x-authors-symbolic" },
   { "MAINTAINERS", "text-x-authors-symbolic" },
   { "Dockerfile", "text-makefile-symbolic" },
+  { "package.json", "text-makefile-symbolic" },
+  { "pom.xml", "text-makefile-symbolic" },
+  { "build.gradle", "text-makefile-symbolic" },
+  { "Cargo.toml", "text-makefile-symbolic" },
+  { "wscript", "text-makefile-symbolic" },
 };
 
 static const struct {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]