Commit 0d58d44d authored by Fred Drake's avatar Fred Drake

(myformat.perl): Don't italicize the '[]' characters around optional

	parameters.
parent dce22add
......@@ -26,7 +26,7 @@ sub do_cmd_e{ local($_) = @_; '\' . $_; }
sub do_cmd_optional{
local($_) = @_;
s/$any_next_pair_pr_rx/<BIG>\[<\/BIG>\2<BIG>\]<\/BIG>/;
s/$any_next_pair_pr_rx/<\/VAR><BIG>\[<\/BIG><VAR>\2<\/VAR><BIG>\]<\/BIG><VAR>/;
$_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment