We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7c7c4 commit 30d872dCopy full SHA for 30d872d
1 file changed
src/main/kotlin/com/github/lppedd/cc/parser/specConventionalCommit.flex
@@ -5,6 +5,8 @@ package com.github.lppedd.cc.parser;
5
// than the IDE language one, but it still expects cooperation from whatever
6
// parser is going to consume tokens to actually respect (or not respect)
7
// the specification.
8
+//
9
+// Grammar: https://github.com/conventional-commits/parser#the-grammar
10
11
%%
12
0 commit comments