https://github.com/rrthomas/pygments-style-rrt
Latest version of 'rrt' style for Pygments
https://github.com/rrthomas/pygments-style-rrt
Last synced: about 1 year ago
JSON representation
Latest version of 'rrt' style for Pygments
- Host: GitHub
- URL: https://github.com/rrthomas/pygments-style-rrt
- Owner: rrthomas
- License: bsd-2-clause
- Created: 2024-09-02T21:58:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T21:59:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T21:47:54.266Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RRT’s Pygments style
Reuben Thomas
This is a simple colourful style for the syntax highlighter [Pygments](https://pygments.org).
It is distributed under a BSD license (see LICENSE file).
It is available in the Pygments distribution as style `rrt`, so most users
will not need to install it separately; this package exists purely for users
wanting to install a newer version of the style than they have access to
with Pygments.
## Installation
The easiest way to install is from PyPI, the Python Package Index:
`pip install pygments-style-rrt-latest`
This will install Pygments itself if you don’t already have it installed.
## Usage
To run Pygments with the `rrt-latest` style:
`pygmentize -S rrt-latest FILE`