Update README.md

This commit is contained in:
David Peter
2018-05-01 09:25:13 +02:00
committed by GitHub
parent 51b57ccdb7
commit e4d7e004ee

View File

@ -35,7 +35,7 @@ cargo install bat
## Customization
`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any Sublime Text language definition and theme.
`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.
To build your own language-set and theme, follow these steps: