mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +01:00
Bold more this
keywords
This commit is contained in:
parent
31f20e6b94
commit
6cf818419f
@ -97,7 +97,7 @@ chomp $a;
|
|||||||
$q =~ s/\\\|/|/g;
|
$q =~ s/\\\|/|/g;
|
||||||
$q =~ s/^\[.*?\]\s+//;
|
$q =~ s/^\[.*?\]\s+//;
|
||||||
|
|
||||||
$q =~ s/(this keyword|this operator|this behavior|this preprocessing directive|this escape sequence|this mode|this function specifier|this function|this macro|this predefined macro|this header|this pragma|this fprintf length modifier|this type qualifier|this type|this value|this operand|this many|this|these)/$color{bold}$1$color{reset}/gi;
|
$q =~ s/(this keyword|this operator|this behavior|this preprocessing directive|this escape sequence|this mode|this function specifier|this function|this macro|this predefined macro|this header|this pragma|this fprintf length modifier|this storage duration|this type qualifier|this type|this value|this operand|this many|this|these)/$color{bold}$1$color{reset}/gi;
|
||||||
print "$q\n";
|
print "$q\n";
|
||||||
|
|
||||||
open $fh, ">", "$CJEOPARDY_DATA-$channel" or die "Could not open $CJEOPARDY_DATA-$channel: $!";
|
open $fh, ">", "$CJEOPARDY_DATA-$channel" or die "Could not open $CJEOPARDY_DATA-$channel: $!";
|
||||||
|
Loading…
Reference in New Issue
Block a user