[gnome-builder/wip/gtk4-port: 1453/1774] libide/io: add various build system overrides
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1453/1774] libide/io: add various build system overrides
- Date: Mon, 11 Jul 2022 22:31:46 +0000 (UTC)
commit c7b425df57d34b48b778dfc3b1050fb5df283c84
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]