Skip to content

Commit 734ef9d

Browse files
committed
Preprocess before custom compilers kick in
1 parent 0758882 commit 734ef9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public function compile($from, $to, $format = true, $comment = true)
121121

122122
public function parse($code)
123123
{
124-
$code = $this->getCodeWithCompilers($code);
125124
$code = $this->getCodeWithMacros($code);
125+
$code = $this->getCodeWithCompilers($code);
126126
$code = base64_encode($code);
127127

128128
return defer("

0 commit comments

Comments
 (0)