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 /lib | |
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 'lib')
-rw-r--r-- | lib/lexers/git.tes | 2 |
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* } |