Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 660 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 660 Bytes

zsh-syntaxhighliting-config

A custom zshrc file with custom regex for syntax highlighting

This project is inspired by the ChromaTerm project. Chromaterm can be used to highlight syntax based on regex

This the example taken from ChromaTerm repo:

Example

The aim of this project is to recreate these results in a way that can be used with the zsh-syntax-hightlting plugin

As ChromaTerm is based on python, there will be some conversion required, but as both systems rely on regex there should be some amount of crossover