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: Re: Call for volunteers: add tree-sitter support to major modes Date: Wed, 12 Oct 2022 18:36:10 +0300 Message-ID: <83o7uhawb9.fsf@gnu.org> References: <83sfjtd2bg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24347"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 17:37:40 2022 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 1oidng-0006AD-DB for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 17:37:40 +0200 Original-Received: from localhost ([::1]:52870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oidne-0005gf-Qy for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 11:37:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oidm7-0003vj-EO for emacs-devel@gnu.org; Wed, 12 Oct 2022 11:36:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52408) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oidm7-0000vt-2H; Wed, 12 Oct 2022 11:36:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=MtTWZ47brcJsJdAgg0USp+isAAfo2Oy5hc4UbrbKpBs=; b=hs5p+ZGBButY9i26JtFK mIZWrd8Gi784mEYMDd16LrfOnSlDxxFBNw5RKpkpilz3XhQOUQqH5YVqsA8iqI0+OOUOcDp5z+ema ZzX7MZ1PQnh+MLM+uA/jwnKacol0n8jkx4rUOk4HtE7CCc7vvgGRpTAExoDvWFGMsnnNiMKfRBeMl jVEj0PlbefHj5R1U2n4IMkQDLDeBmutWbFQES/XL/20udNNvI6fHk1S831/LSVcMvzDtPV5quAy/q rpAPLdim8XhD57JVrs0N7VO7hyC1eUUfpFIIrC5JKqyD7HDXc388dF+Kqgw0/AdVXYAnmIdPngwnL CIjkiUqmGVuc0g==; Original-Received: from [87.69.77.57] (port=4498 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 1oidm1-0002wF-Oq; Wed, 12 Oct 2022 11:36:02 -0400 In-Reply-To: (message from =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho on Wed, 12 Oct 2022 09:09:26 -0600) 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" Xref: news.gmane.io gmane.emacs.devel:297615 Archived-At: > From: João Paulo Labegalini de Carvalho > Date: Wed, 12 Oct 2022 09:09:26 -0600 > Cc: emacs-devel@gnu.org > > On Tue, Oct 11, 2022 at 11:43 PM Eli Zaretskii wrote: > > What and how we should handle the C and derived modes is currently > under discussion. So if you could start with shell-script-mode, > that'd be ideal, I think. > > For sure. I will start working on shell-script-mode. Thanks!