Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 22, 2024
1 parent f5648e0 commit 0feb0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Highlight/Injections/CommentInjection.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public function style(string $content): string
],
);

$comment = str_replace('/* * ', '/*', $comment);

return TerminalStyle::FG_GRAY($comment);
}
}

0 comments on commit 0feb0e9

Please sign in to comment.