Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Colorful new fast-syntax-highlighting
- X-seq: zsh-users 23402
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: "Vadim A. Misbakh-Soloviov" <zsh@xxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: Colorful new fast-syntax-highlighting
- Date: Fri, 25 May 2018 12:07:30 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=F1FUp/ mOVMLBonjuRIU3avJZx0M5MJbJig3IDh1/J3M=; b=lbtqAODqEBJNlIO8TKWMgz vNtNLo2iYhoByW60areqgLE4bFsju7MjiTi2q9aQnEAd564wIAOjyc7ftkmWzdYM XT7ZO/EDmj8d2vzVRM1yh+H3Zhp0eh4eQszyJ94N70/UZx7NDJdqhctNsP9OiUu6 v/WPWBgqyVHEr4/sKlc96etoJSYjsvAyV0qB+j9PeEM/CsrljMDtU2y0HY4egx+p AN7grbCXpuy1XL11+dKLK3qqcmAzPqYLbCcE5TiatO4RM6Zt3Sep88YIQ3y0ku0F 4JhHJUIQcG2hN0a1IRZI9UxhAKqnRGUd/t1daXh4GrSYkMJaSs7qOcpTUQpy085Q ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=F1FUp/ mOVMLBonjuRIU3avJZx0M5MJbJig3IDh1/J3M=; b=QnxvzKRwjC1FwsDUow5mPS /MJSS6K3LOLTNfxyDlUHJ+9RejxJnT1TwazuhdZF2S750RD662e7gYmD8HTq3dUH LcuLqaldTLCFRsUdynY9AeY3oxUmcGPN5Nzm19chDIOeLerVoPVkJecDTgp4ndO8 DkOQmuAT1JuqeAvddYXSIhvFtyjKrmIicSqbVUNuvoNHs9amslYy1vkzOPwOGpE/ ni1ZTdcV5rsLBMIcKRgHRtvcxeKOFoehasdShkoAWud44EFAmfE4fQQyq0WYz08/ PcozcOMrBZ9jstm4obEUE7HXYMHKWt5QVR0N+d3Olmz4jS3JBbgL9VxuNth8oaqA ==
- In-reply-to: <1661704.mmA4Cm8QeG@tp>
- 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
- References: <CAKc7PVCSikOF8m1J7ySwStRuR_j5Uf_hb=q9aDAS9eWP4EfQEQ@mail.gmail.com> <1661704.mmA4Cm8QeG@tp>
Vadim A. Misbakh-Soloviov wrote on Wed, 23 May 2018 22:00 +0300:
> It will be nice to (as already suggested in both issue trackers) to merge that
> into "original" zsh-syntax-hl.
>
I would love to work with Sebastian to merge the two efforts. z-sy-h has
an open ticket for that:
https://github.com/zsh-users/zsh-syntax-highlighting/issues/434
In the meantime, Matthew, Julien, maybe we should link fast-syntax-highlighting
from INSTALL.md or something? I'm not afraid of competition ☺
> Also, how about freezing on path coloring in "big" direcotires (with millions
> of files)?
There's X_ZSH_HIGHLIGHT_DIRS_BLACKLIST in master. It hasn't been released yet.
Note that the X_ prefix means it's experimental (= enjoys limited forward
compat guarantees). If you give it a spin do let us know how it goes.
Please continue the discussion on the (relevant) github issue tracker; this
list isn't a support forum for third-party modules.
> And how about "dead" mounts (that also leads zsh to go into D-state)?
Sounds like an OS-level problem of stat(2)/readdir(3) not returning.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author