Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Colorful new fast-syntax-highlighting
- X-seq: zsh-users 23399
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Colorful new fast-syntax-highlighting
- Date: Wed, 23 May 2018 18:48:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=cZhcsb8F39btg7T+JgSnWiyfRVq4ok6xbeXgdTGoqoc=; b=ZU6UCmbEUNx97GY+JxroygEbErMIwvct+cnXG2h2FB26OvOppnAwWTHsc8BaOqXRXY ui3rMcpNpvAaq81IYaIwCezhSbo5a32UiOufabs98f5u/6FcNGlS4XyK1w3WqDnAwhek gLTTOkmwge2IELBAJJx81wkoQraKUwYzvQG3e8ZGZaGPIqs942T0UE6tM/0HMsTk/UkX OYMR0lZkStl8e2ykwlezuZa6m3ivA7TmTURKtoL6IAa3ps4ChqpeurHY9xrjMnjh+5Cv frpuYifvJYsnvAr6sGc2Wjak3OQnsIwnHMCxmBtLUZaogaeAf4jszDkNeh15Ch2ZJvpl Mz1A==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello
Decided to write because it will be all colorful images:
a) colorizing of assignments:
http://psprint.blinkenshell.org/assign.png
b) colorizing of typeset/export/etc. assignments (different state-path
in parser):
http://psprint.blinkenshell.org/typeset.png
c) special math-mode for zcalc
http://psprint.blinkenshell.org/fsyh-zcalc.png
d) the detection of blank variables above in zcalc – also in advanced way:
https://asciinema.org/a/3iHdW7gYYrJOyhiHPHLTXnzKc
All in fast-syntax-highlighting,
https://github.com/zdharma/fast-syntax-highlighting
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author