Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit c195363

Browse files
committed
List => NodeList
1 parent e62ed40 commit c195363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MarkdownExt/SyntaxHighlightingFilter.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ final class SyntaxHighlightingFilter extends Markdown\RenderFilter {
7474
|> Str\join($$, '');
7575
}
7676

77-
if ($node instanceof HHAST\List ) {
77+
if ($node instanceof HHAST\NodeList ) {
7878
return $inner;
7979
}
8080

0 commit comments

Comments
 (0)