aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-26 15:12:49 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-26 15:12:49 +0200
commitc4a1c3a21818965f669ebc6a081f08323a6919f1 (patch)
tree420b598371f6818b0260de5c19bd7a9a157881f4 /lib/lexers
parenta06bcea66e865e85c0b2fc9f6fc3e94c3bedbcf5 (diff)
downloadsciteco-c4a1c3a21818965f669ebc6a081f08323a6919f1.tar.gz
Git lexer: added support for TAG_EDITMSG and MERGE_MSG
* Curses: "icons" have also been added
Diffstat (limited to 'lib/lexers')
-rw-r--r--lib/lexers/git.tes2
1 files changed, 2 insertions, 0 deletions
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*
}