mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
New \grammartoken markup, similar to \token but allowed everywhere.
This commit is contained in:
parent
2a274a7e41
commit
16bb41934c
2 changed files with 6 additions and 0 deletions
|
@ -716,6 +716,10 @@ sub do_cmd_token{
|
|||
return "<a href=\"$target\">$token</a>" . $_;
|
||||
}
|
||||
|
||||
sub do_cmd_grammartoken{
|
||||
return do_cmd_token(@_);
|
||||
}
|
||||
|
||||
sub do_env_productionlist{
|
||||
local($_) = @_;
|
||||
my $lang = next_optional_argument();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue