Skip to content

Commit 30d872d

Browse files
committed
chore: add a link to the Conventional Commits grammar
1 parent cd7c7c4 commit 30d872d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/com/github/lppedd/cc/parser/specConventionalCommit.flex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ package com.github.lppedd.cc.parser;
55
// than the IDE language one, but it still expects cooperation from whatever
66
// parser is going to consume tokens to actually respect (or not respect)
77
// the specification.
8+
//
9+
// Grammar: https://github.com/conventional-commits/parser#the-grammar
810

911
%%
1012

0 commit comments

Comments
 (0)