Kaydet (Commit) 0d58d44d authored tarafından Fred Drake's avatar Fred Drake

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

	parameters.
üst dce22add
...@@ -26,7 +26,7 @@ sub do_cmd_e{ local($_) = @_; '\' . $_; } ...@@ -26,7 +26,7 @@ sub do_cmd_e{ local($_) = @_; '\' . $_; }
sub do_cmd_optional{ sub do_cmd_optional{
local($_) = @_; 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