From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1217 invoked by alias); 27 May 2018 14:46:49 -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: 23406 Received: (qmail 16867 invoked by uid 1010); 27 May 2018 14:46:49 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi0-f47.google.com 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(209.85.218.47):SA:0(-3.6/5.0):. Processed in 1.809144 secs); 27 May 2018 14:46:49 -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=-3.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=VvRje+hQCfx9+Bri+gAjif7zUYAVC+tdHnOk1vn3CSQ=; b=FLT/C/VG0IQ0os53nIwn/pGpQ7dQmzZkQCOm+ok3OzJ89X5u08jyC2xM9y0RVFcPDB +OMKDzBlW4yg+ovuNngISZ8Cf6xFg4Asfmutp77x/qQaHHlFmj/bUSBD52Yj1jRj/e/a s+qZ0nAIFJ+fYMP0M8mXin3moWv48FdgoCidJ7UGbuUaFuXOwNqNk4tClnuDu1zXJHz2 Pc6esc//NuzHt4m+DAQebE6+PaNGwiOszUWBsYXfIeKGFEbEKJ4uP3k60BBmQm1LfSJi 48HUGCSVHBO8yGNwst6ceyyo9kNyhCI9JKG8vcvLxGiZG0DN89OhweTps8LI+h4hszSN woDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=VvRje+hQCfx9+Bri+gAjif7zUYAVC+tdHnOk1vn3CSQ=; b=tg0tdKQHp1CRowGUZQ6mYl8ydvUgL+XCh7c+1LQ2R+HZgRQkSGec4NT4d/1wy/K4i1 31JSJbobHb4oZbSRjx7GPxFwVXTLzlF7SwysBgFc236Y8SzYjSPtZ6itXYPMMfx3gQWA iim6S4dcdTA4MdZ6zvdBRuCdTudGVwX/fT4zRmzOC0XCDCMt4POPc71vlh89tzuoqoDD TA2DgEpSh2Gyj1a+1OLOZbkzpU4MkA3QTZ4gqZpe686WNAN5JfKq87aBFZsJXmWGHHyA BTKsgzzRAObPBygcHXIX+8Imycl0Pl90BofoRvRaMqVqlrgA3DBdsIM3n36DXNwYcqJr XCzQ== X-Gm-Message-State: ALKqPwdRKfkTb7RQG9dazBlwoEBAjASONqGpgfT45MDo+0S3zY3x4N0J fJDhDIOJRFfXaBlQHo+2rpz2EJ2mIqWcFwLymYDupg== X-Google-Smtp-Source: AB8JxZo1Fc6LbglcfdPQCwgF/XB3xep0GWdo4w7lX9LyTTEDncEdy/KnPn6zJpGMvggR456od+ExLBd8OF9bpFKeePs= X-Received: by 2002:aca:bc84:: with SMTP id m126-v6mr5766079oif.169.1527432403993; Sun, 27 May 2018 07:46:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Sebastian Gniazdowski Date: Sun, 27 May 2018 16:46:23 +0200 Message-ID: Subject: Re: Colorful new fast-syntax-highlighting To: Zsh Users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable FSH now supports 256-color themes. I must say that the difference from the default rigid 8-color palette is quite drastic. Asciinema recording presenting six shipped themes: https://asciinema.org/a/183814 --=20 Best regards, Sebastian Gniazdowski On 23 May 2018 at 18:48, Sebastian Gniazdowski wro= te: > 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 =E2=80=93 also in adva= nced way: > > https://asciinema.org/a/3iHdW7gYYrJOyhiHPHLTXnzKc > > All in fast-syntax-highlighting, > https://github.com/zdharma/fast-syntax-highlighting > > -- > Best regards, > Sebastian Gniazdowski