From c4a1c3a21818965f669ebc6a081f08323a6919f1 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 26 Sep 2024 15:12:49 +0200 Subject: Git lexer: added support for TAG_EDITMSG and MERGE_MSG * Curses: "icons" have also been added --- src/interface-curses/curses-icons.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interface-curses/curses-icons.c') diff --git a/src/interface-curses/curses-icons.c b/src/interface-curses/curses-icons.c index 1aec677..1a1ba3a 100644 --- a/src/interface-curses/curses-icons.c +++ b/src/interface-curses/curses-icons.c @@ -67,14 +67,15 @@ static const teco_curses_icon_t teco_icons_file[] = { {"Cargo.lock", 0xe7a8}, /*  */ {"Dockerfile", 0xf308}, /*  */ {"GNUmakefile", 0xf489}, /*  */ + {"MERGE_MSG", 0xf1d3}, /*  */ {"Makefile", 0xf489}, /*  */ {"PKGBUILD", 0xf303}, /*  */ + {"TAG_EDITMSG", 0xf1d3}, /*  */ {"bin", 0xe5fc}, /*  */ {"config", 0xe5fc}, /*  */ {"docker-compose.yml", 0xf308}, /*  */ {"ds_store", 0xf179}, /*  */ {"git-rebase-todo", 0xf1d3}, /*  */ - {"gitignore_global", 0xf1d3}, /*  */ {"go.mod", 0xe626}, /*  */ {"go.sum", 0xe626}, /*  */ {"gradle", 0xe256}, /*  */ -- cgit v1.2.3