Update README
Add section for syntax highlighting
This commit is contained in:
parent
588c2b01fb
commit
71397be83f
12
README.md
12
README.md
@ -73,6 +73,18 @@ providers:
|
||||
|
||||
Customize this file to add your own providers, agents, and models.
|
||||
|
||||
### Syntax highlighting
|
||||
|
||||
Syntax highlighting is performed by [Chroma](https://github.com/alecthomas/chroma).
|
||||
|
||||
Refer to [`Chroma/styles`](https://github.com/alecthomas/chroma/tree/master/styles) for available styles (TODO: add support for custom Chroma styles).
|
||||
|
||||
Available formatters:
|
||||
- `terminal` - 8 colors
|
||||
- `terminal16` - 16 colors
|
||||
- `terminal256` - 256 colors
|
||||
- `terminal16m` - true color (default)
|
||||
|
||||
## Usage
|
||||
|
||||
Here's the default help output for `lmcli`:
|
||||
|
Loading…
Reference in New Issue
Block a user