Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Colorful new fast-syntax-highlighting



On 25 May 2018 at 14:19, Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> wrote:
> В письме от пятница, 25 мая 2018 г. 15:07:30 MSK пользователь Daniel Shahaf
> написал:
>> There's X_ZSH_HIGHLIGHT_DIRS_BLACKLIST in master.
> Well, I know about such a "feature" in z-sy-h. But I failed to found something
> similar in fast-hl, so that question was mainly about if fast-hl have that
> issue (which is almost fixed in z-sy-h), or doesn't affected.

I added it now:

typeset -gA FAST_BLIST_PATTERNS
FAST_BLIST_PATTERNS[/mount/nfs1/*]=1
FAST_BLIST_PATTERNS[/mount/disk2/*]=1

It uses the interesting (K) subscript flag of associative arrays.

-- 
Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author