Skip to content

Commit

Permalink
Merge pull request #961 from sum01/fix_commit_syntax
Browse files Browse the repository at this point in the history
Fix git-commit comment syntax
  • Loading branch information
zyedidia authored Dec 23, 2017
2 parents fa84f6d + f882248 commit 4e0d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/syntax/git-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
- ignore: ".*"
# Comments
- comment:
start: "#"
start: "^#"
end: "$"
rules: []
# File changes
Expand Down

0 comments on commit 4e0d402

Please sign in to comment.