Updated README.md

This commit is contained in:
Sebastian Gniazdowski 2018-08-09 10:02:37 +02:00
parent 2fe6626614
commit 435430dccb

View file

@ -79,11 +79,14 @@ Other extensions:
![image](https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/eval_cmp.png)
10. New architecture **chroma functions** highlighting that is **specific** for given command. There
are two chromas currently, for `git` (verifies correct remote & branch, also see below) and `grep`
(highlights regular expression):
are chromas for `git` (verifies correct remote & branch, also see below), `grep` (highlights regular
expression):
![image](https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/git_chroma.png)
Also for `awk`, `make`, `perl`, `printf`, `ruby`, `sh`, `source` and more. The chromas can be considered
"plugins" for specific commands.
11. Ideal highlighting of brackets (pairing, etc.) no quoting can disturb the result:
![image](https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/brackets.gif)