updated README.md

This commit is contained in:
Sebastian Gniazdowski 2019-06-15 21:08:31 +02:00
parent 7679b9eac9
commit 1f42f83288

View file

@ -18,6 +18,7 @@ Feature rich syntax highlighting for Zsh.
### Table of Contents
- [News](#news)
- [Installation](#installation)
- [Features](#features)
- [Performance](#performance)
@ -28,6 +29,14 @@ Feature rich syntax highlighting for Zsh.
- [Theme Guide](https://github.com/zdharma/fast-syntax-highlighting/blob/master/THEME_GUIDE.md)
- [Chroma Guide](https://github.com/zdharma/fast-syntax-highlighting/blob/master/CHROMA_GUIDE.adoc)
# News
* 15-06-2019
- A new architecture for defining the highlighting for **specific commands**: it now
uses **abstract definitions** instead of **top-down, regular code**. The first effect
is the highlighting for the `git` command it is now **maximally faithful**, it
follows the `git` command almost completely.
# Installation
### Manual
@ -249,5 +258,3 @@ Performance differences can be observed in this Asciinema recording, where a `10
<img src="https://asciinema.org/a/112367.png" alt="asciicast">
</a>
</div>