We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// ------------------------------------------ // Front Matter // ------------------------------------------ FrontMatter <- YamlFrontMatter FrontMatter <- YamlFrontMatterToken content:(YamlFrontMatterContent) YamlFrontMatterToken { return types.NewYamlFrontMatter(content.(string)) }
the second FrontMatter rule should be named YamlFrontMatter to be used in the first rule.
FrontMatter
YamlFrontMatter
The text was updated successfully, but these errors were encountered:
fix(parser): invalid grammar rule
81e571a
Fixes bytesparadise#358 Signed-off-by: Xavier Coulon <[email protected]>
fix(parser): invalid grammar rule (#359)
3f3f349
Fixes #358 Signed-off-by: Xavier Coulon <[email protected]>
xcoulon
Successfully merging a pull request may close this issue.
the second
FrontMatter
rule should be namedYamlFrontMatter
to be used in the first rule.The text was updated successfully, but these errors were encountered: