Skip to content

Commit c7d59aa

Browse files
committed
try to make pragmas searchable
1 parent 814fe24 commit c7d59aa

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

doc/Language/pragmas.pod6

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,77 +20,76 @@ are to be defined later.)
2020
=comment The following should be a table but formatting in tables is
2121
not yet rendered properly.
2222
23-
=item B<MONKEY-BARS>
23+
=item X<B<MONKEY-BARS>>
2424
: NYI
2525
26-
=item B<MONKEY-BRAINS>
26+
=item X<B<MONKEY-BRAINS>>
2727
: NYI
2828
29-
=item B<MONKEY-BUSINESS>
29+
=item X<B<MONKEY-BUSINESS>>
3030
: NYI
3131
32-
=item B<MONKEY-GUTS>
32+
=item X<B<MONKEY-GUTS>>
3333
: NYI
3434
35-
=item B<MONKEY-SEE-NO-EVAL>
35+
=item X<B<MONKEY-SEE-NO-EVAL>>
3636
: L<EVAL|https://docs.perl6.org/routine/EVAL>
3737
38-
=item B<MONKEY-SHINE>
38+
=item X<B<MONKEY-SHINE>>
3939
: NYI
4040
41-
=item B<MONKEY-TRAP>
41+
=item X<B<MONKEY-TRAP>>
4242
: NYI
4343
44-
=item B<MONKEY-TYPING>
44+
=item X<B<MONKEY-TYPING>>
4545
: L<augment|https://docs.perl6.org/syntax/augment>
4646
47-
=item B<MONKEY-WRENCH>
47+
=item X<B<MONKEY-WRENCH>>
4848
: NYI
4949
50-
=item B<experimental>
50+
=item X<B<experimental>>
5151
: allows use of experimental features
5252
53-
=item B<fatal>
53+
=item X<B<fatal>>
5454
: alters behaviour of L<fail|/language/control#fail>
5555
56-
=item B<internals>
56+
=item X<B<internals>>
5757
: NYI
5858
59-
=item B<invocant>
59+
=item X<B<invocant>>
6060
: NYI
6161
62-
=item B<lib>
62+
=item X<B<lib>>
6363
: L<Finding Modules|https://docs.perl6.org/language/modules#Finding_Modules>
6464
65-
=item B<newline>
65+
=item X<B<newline>>
6666
: TBD
6767
68-
=item B<nqp>
68+
=item X<B<nqp>>
6969
: TBD
7070
71-
=item B<parameters>
71+
=item X<B<parameters>>
7272
: NYI
7373
74-
=item B<precompilation>
74+
=item X<B<precompilation>>
7575
: TBD
7676
77-
=item B<soft>
77+
=item X<B<soft>>
7878
: L<Re-dispatching|https://docs.perl6.org/language/functions#Re-dispatching>
7979
80-
=item B<strict>
80+
=item X<B<strict>>
8181
: TBD
8282
83-
=item B<trace>
83+
=item X<B<trace>>
8484
: TBD
8585
86-
=item B<v6>
86+
=item X<B<v6>>
8787
: L<Writing Tests|https://docs.perl6.org/language/testing#Writing_tests>
8888
89-
=item B<variables>
89+
=item X<B<variables>>
9090
: L<Defined Variables Pragma|https://docs.perl6.org/language/variables#Default_Defined_Variables_Pragma>
9191
92-
=item B<worries>
92+
=item X<B<worries>>
9393
: TBD
9494
95-
9695
=end pod

0 commit comments

Comments
 (0)