Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored Apr 30, 2018
1 parent 64ef61b commit 7f070c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/sharkdp/bat.svg?branch=master)](https://travis-ci.org/sharkdp/bat)
[![Version info](https://img.shields.io/crates/v/bat.svg)](https://crates.io/crates/bat)

*A cat(1) clone with syntax highlighting and Git integration.*
A *cat(1)* clone with syntax highlighting and Git integration.

## Features

Expand Down Expand Up @@ -35,11 +35,11 @@ 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 definitions and highlighting theme.
`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any Sublime Text language definition and theme.

To build your own syntax-set and theme, follow these steps:
To build your own language-set and theme, follow these steps:

Create a folder with syntax highlighting theme:
Create a folder with a syntax highlighting theme:
``` bash
mkdir -p ~/.config/bat/themes
cd ~/.config/bat/themes
Expand Down

0 comments on commit 7f070c9

Please sign in to comment.