From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11099 invoked by alias); 4 Aug 2018 16:12:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23561 Received: (qmail 22514 invoked by uid 1010); 4 Aug 2018 16:12:01 -0000 X-Qmail-Scanner-Diagnostics: from forward105o.mail.yandex.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(37.140.190.183):SA:0(-2.6/5.0):. Processed in 1.202876 secs); 04 Aug 2018 16:12:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: zsh@mva.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | From: "Vadim A. Misbakh-Soloviov" To: zsh-users@zsh.org Subject: Re: Fast-Syntax-Highlighting demo Date: Sat, 04 Aug 2018 19:01:45 +0300 Message-ID: <1827655.DQBve1hC4m@tp> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" also, I've just found that you've limited brackets highlighting by 3, irrelevant to the count specified in current theme. Although, "original" z-s-h, AFAIRC, doesn't limit it at all (see highlighters/ brackets/brackets-highlighter.zsh) and have definitions for 5 levels by default. It would be nice if F-S-H wouldn't also limit "deepness" of bracket levels to highlight... Although, I'm not sure about parser speed penalty for that :-/