From f882248f41ff8c2fb805b9858df3eb2ac817dce8 Mon Sep 17 00:00:00 2001 From: sum01 Date: Fri, 22 Dec 2017 20:02:43 -0500 Subject: [PATCH] Fix git-commit comment syntax A comment in a git-commit must have the hash at the start of the line, instead of just anywhere in the line. --- runtime/syntax/git-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/git-commit.yaml b/runtime/syntax/git-commit.yaml index f2bf6b5b..222856c1 100644 --- a/runtime/syntax/git-commit.yaml +++ b/runtime/syntax/git-commit.yaml @@ -8,7 +8,7 @@ rules: - ignore: ".*" # Comments - comment: - start: "#" + start: "^#" end: "$" rules: [] # File changes