Opened 4 years ago
#19972 new enhancement
Fix doc syntax highlighting
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.1 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #19968 | Stopgaps: |
Description
Currently, the ....:
doctest continuation lines are not parsed correctly by Pygments. As a consequence, those lines are not syntax highlighted.
We should also investigate if we can extend Pygments without patching it and whether the highlighting for Sage can be pushed upstream.
Note: See
TracTickets for help on using
tickets.