From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: goncholden Newsgroups: gmane.emacs.devel Subject: Re: Highlight awk syntax in bash files Date: Wed, 15 Feb 2023 04:03:49 +0000 Message-ID: <9M8xblA1LMg2vFwgxUmlwVnIchF1sabOrR3YTFUp27w01gC7BGULcMxaUwNSmMZkjS0KRA40DsCshiy-otx9ApwiSv6AjjvZv66kr_l9GRw=@protonmail.com> References: <8YCKs1XB8tbj7KFkc7HckeBDRAmelZcoLg5jGi9OGInF9qe9oOzYxihPYRzS6IEHVBYYLiP6gCvLPH-u3qQrjtRzz5mthKEQQ7pgCOxg9DU=@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29162"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "emacs-devel@gnu.org" To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 15 13:18:31 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 1pSGk3-0007PL-Pg for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Feb 2023 13:18:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSGjR-0005dv-Qx; Wed, 15 Feb 2023 07:17:53 -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 1pS91n-0000zB-4s for emacs-devel@gnu.org; Tue, 14 Feb 2023 23:04:19 -0500 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pS91l-0006DI-2H for emacs-devel@gnu.org; Tue, 14 Feb 2023 23:04:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1676433848; x=1676693048; bh=XDye0LDaWmgdUgoCV/dpiEEBBw4xIrHUcWdEuejAuZI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=fKl0cJcXN5r0hRWAnU+9JSPVs6m9oo+25yTKTorfjHkUfDvZbIXmysmgcd7GbVA3d ZX2IBoxax3yAG8h7OSYpGTs7quwfH1sxNWrfNHdRCFaOfrHInLqEzIyG1Xxyr9Mkwf /4iGANFONPGQ8kNWwusEKW/3nCq5MnkMXctt6nSmO9zNlJ97zReAlNVyW3HDwVvBXc uP+8Xv2gHtoFYqFYTfVsPrSBMOnHqZN5kO34MA7M9okZ90RwjRdHePyGUdzhLuffss WIJYXaZ0WdAVmqfmwpyYuFWvnKhPqfkaLeaM/2Tn1sB+y+SeelxaQ0Hi9Qk8nNWpNy TBl3dSj1xlDAQ== In-Reply-To: Feedback-ID: 43053548:user:proton Received-SPF: pass client-ip=185.70.43.18; envelope-from=goncholden@protonmail.com; helo=mail-4318.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 15 Feb 2023 07:17:47 -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:303300 Archived-At: ------- Original Message ------- On Tuesday, February 14th, 2023 at 3:50 PM, Yuri Khan wrote: > On Tue, 14 Feb 2023 at 18:58, goncholden goncholden@protonmail.com wrote: >=20 > > I have seen that using bask with a call to awk code does not colour hig= hlight the awk syntax. > >=20 > > It would be highly desirable if emacs could also highlight the awk code= enclosed in single quotes. >=20 >=20 > If that is added, people will ask for sed, perl, python, sql, elisp, > and all other syntaxes that can be passed as an argument to any > interpreter. Where do you draw the line? It is common for shell scripts to call awk and sed. Congruously, the place= to draw the line.