From e4d7e004ee701cf1620a0d5b3f7cc2bd4e4370eb Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 May 2018 09:25:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e3967a9..a62cf224 100644 --- a/README.md +++ b/README.md @@ -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: