[Raku/en] Fix runaway comment for syntax highlighter (#4215)

The pygments highlighter does not recognize `==begin` and `==end`
without a newline before `==end`. For this reason it will never end the
comment. This resulted in 95% of the Raku document being highlighted as
a comment.

We replace most `=begin` and `=end` with standard quotes `#`. In some
places I retain `=begin` and `=end` when they are indented (this works
fine in pygments).
This commit is contained in:
Samantha McVey 2021-08-21 23:46:05 +02:00 committed by GitHub
parent 0086b92f09
commit 406b103164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff