From: Andrew <48300131+andrewmjordan@users.noreply.github.com> Date: Sun, 9 Jan 2022 03:51:15 +0000 (-0800) Subject: Detect more file types for git syntax highlighting (#2330) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f20179519f8cff31263e3695edb51a9402b083ca;p=micro.git Detect more file types for git syntax highlighting (#2330) * Update git-commit.yaml This will enable syntax highlighting for merge commit messages * Update git-commit.yaml --- diff --git a/runtime/syntax/git-commit.yaml b/runtime/syntax/git-commit.yaml index 9f8ef0d9..07a71c26 100644 --- a/runtime/syntax/git-commit.yaml +++ b/runtime/syntax/git-commit.yaml @@ -1,7 +1,7 @@ filetype: git-commit detect: - filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG)$" + filename: "^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG|git-rebase-todo)$" rules: # File changes