From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Faces in bash-ts-mode Date: Fri, 03 Mar 2023 09:53:15 +0200 Message-ID: <83bklacluc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2831"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 03 08:54:33 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pY0FN-0000bQ-Hm for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Mar 2023 08:54:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pY0Eb-0002Qh-05; Fri, 03 Mar 2023 02:53:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY0ES-0001yD-Kd for emacs-devel@gnu.org; Fri, 03 Mar 2023 02:53:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY0ER-00085y-W8; Fri, 03 Mar 2023 02:53:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=4PzczU1z3H7xMZF88euqTHiOC2YajFtOZC9pXSdMreE=; b=TBgilrWyLzTQZw 57e2WuOfThvRyjJ7sw3JjfhwnifEJgas7s7ZRRnbIDVDU0npJnMpF/3v7PqcAe1ARABI2UAjyiAQ1 2Fu9Idc9KwW7b0cWGwK2ReZVZT8jl0nxJ7DCVXrut3TKvVDJbVhEg9L60Maz2eFMWeq+mP0FUCANu 4W3eswt55Ald3Mrc3OMCcUSUr3VHJsc92N843zCjd4rWNRhEXtdonfdtaztcVw266ZLgl1o1Ifn1S hk28MJvPuCs3Xy48joCtFsLOk9m13Z+kl6w2SfXuU28I5R/B7+w5bKWzlBlFMCle2HBn+/ZU1r+M3 TwsFRpjUNBC0i7/1ZC2Q==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY0EN-0003Qt-A7; Fri, 03 Mar 2023 02:53:35 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303912 Archived-At: Is there an easy way of having some of the sh-script's special faces in bash-ts-mode? The one I spotted to be missing is sh-escaped-newline, but maybe sh-quoted-exec is also missing? Also, do we use sh-heredoc face for here-documents in bash-ts-mode? If not, can we use it in that case? Thanks.