1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Update README.md

This commit is contained in:
David Peter
2018-05-02 23:29:52 +02:00
committed by GitHub
parent 65f66d0bee
commit 92aa2b547e

View File

@@ -46,7 +46,7 @@ cargo install bat
## Customization ## Customization
`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any [Sublime Text `.sublime-syntax` files](https://www.sublimetext.com/docs/3/syntax.html) and themes. `bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any [Sublime Text `.sublime-syntax` file](https://www.sublimetext.com/docs/3/syntax.html) and theme.
To build your own language-set and theme, follow these steps: To build your own language-set and theme, follow these steps: