We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107c109 commit 8b76a61Copy full SHA for 8b76a61
1 file changed
pgbadger
@@ -20539,7 +20539,7 @@ sub highlight_code {
20539
|| ( !$self->_is_keyword( $token, $next_token, $last_token )
20540
&& $next_token ne '('
20541
&& $token ne '('
20542
- && !$self->_is_comment($token) )
+ && not $self->_is_comment($token) )
20543
)
20544
{
20545
if ( $self->{'uc_functions'} == 1 ) {
0 commit comments