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 --- lib/lexers/git.tes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/lexers/git.tes b/lib/lexers/git.tes index 922d788..3162f78 100644 --- a/lib/lexers/git.tes +++ b/lib/lexers/git.tes @@ -2,6 +2,8 @@ @[lexer.test.git]{ :EN*/COMMIT_EDITMSGQ*"S -1 ' + :EN*/TAG_EDITMSGQ*"S -1 ' + :EN*/MERGE_MSGQ*"S -1 ' :EN*/git-rebase-todoQ* } -- cgit v1.2.3