Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jan 31, 2025
1 parent bc095e1 commit 7e24c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rules/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ func (p *parser) parseRule(st ir.Node, proto *Rule) error {
}

// if we parsed new group - we can go next comments
// function declaring after @path-group does not matter, because we will ignore it
// This used only for separating comments and functions
if p.parseRuleGroups(st) {
return nil
}
Expand Down

0 comments on commit 7e24c95

Please sign in to comment.