mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
Updated README.md
This commit is contained in:
parent
2fe6626614
commit
435430dccb
|
|
@ -79,11 +79,14 @@ Other extensions:
|
|||

|
||||
|
||||
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):
|
||||
|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue