diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-26 15:12:49 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-26 15:12:49 +0200 |
commit | c4a1c3a21818965f669ebc6a081f08323a6919f1 (patch) | |
tree | 420b598371f6818b0260de5c19bd7a9a157881f4 /src | |
parent | a06bcea66e865e85c0b2fc9f6fc3e94c3bedbcf5 (diff) | |
download | sciteco-c4a1c3a21818965f669ebc6a081f08323a6919f1.tar.gz |
Git lexer: added support for TAG_EDITMSG and MERGE_MSG
* Curses: "icons" have also been added
Diffstat (limited to 'src')
-rw-r--r-- | src/interface-curses/curses-icons.c | 3 |
1 files changed, 2 insertions, 1 deletions
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}, /* */ |