1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

[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

File diff suppressed because it is too large Load Diff