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 08:43:31 +0300 Message-ID: <83sfjtd2bg.fsf@gnu.org> References: 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="33656"; 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 07:45:00 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 1oiUY7-0008WP-Mx for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 07:44:59 +0200 Original-Received: from localhost ([::1]:36514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiUY6-0007sd-92 for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 01:44:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiUWZ-0007BJ-6m for emacs-devel@gnu.org; Wed, 12 Oct 2022 01:43:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41946) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiUWY-0004S2-QJ; Wed, 12 Oct 2022 01:43:22 -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=qFwd0epeFWIBHcfy7sfUgqrUtC6QyFvMVFsugPpKpwE=; b=eK1/YJsPvH8MfSfGZnio d+f3ALu8AGlSRzYOnnlLSNzo9500mRRCM5dbnrk34re8JlzVNh1Gmp6HusbHHEAhzezbH+bfcKFqq 5vJw/N5XlzdJDcu+x2caxOsJlJnYOdNLQ0vNFWRVoHvkvFUT8Oi9W4fQXwiKLJufEhN4/QyhmWCS6 hShvWNOAT/dMnWK3YXqfoM2n36VBLy0pcWVOd9q2BWp7SS4rOmKNyKbds3GdZqaCr9ZUIiUNP7q/v 5p0mVmQzpq+cuonWkPXdKIR2aEnZOogBF94JpGorrWYH6VrxeYjy8iNpEkuKEJR9EMuvMyBfYisI1 HXfXVFBesXPCrQ==; Original-Received: from [87.69.77.57] (port=3438 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 1oiUWW-0000J0-Kh; Wed, 12 Oct 2022 01:43:22 -0400 In-Reply-To: (message from =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho on Tue, 11 Oct 2022 17:14:36 -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:297571 Archived-At: > From: João Paulo Labegalini de Carvalho > Date: Tue, 11 Oct 2022 17:14:36 -0600 > > I would like to work on the c-mode if no one else is already working on those. > > I can also volunteer for c++-mode or shell-script-mode if needed. 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. Thanks.