Modifications of the R Console Output syntax highlighting.
This series of commits contain various modifications of the R Console Output syntax highlighting. It is separated into fine grain commits to allow for possible selection of what should be included in the final version. It includes:
- Number highlighting
- cli-based headers, errors, warnings, informations, and other formatting (such as "comments" for tibbles)
- Various other highlighting (e.g. indices when displaying vectors/matrices/data.frames, NA, TRUE/FALSE)
- Support for str_view() pattern highlighting