Skip to content

Commit

Permalink
Generated parser priority fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 23, 2025
1 parent df87396 commit 2b922d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Extension implements ExtensionInterface {
#[Override]
public function register(EnvironmentBuilderInterface $environment): void {
$environment
->addBlockStartParser(new ParserStart(), 100)
->addBlockStartParser(new ParserStart())
->addRenderer(Node::class, new Renderer());
}
}

0 comments on commit 2b922d3

Please sign in to comment.