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: Sun, 09 Oct 2022 17:53:51 +0300 Message-ID: <83y1tphwu8.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12071"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Brian Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 09 16:54:48 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 1ohXhY-0002zY-22 for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 16:54:48 +0200 Original-Received: from localhost ([::1]:54370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohXhW-00041x-Ol for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 10:54:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51416) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohXgb-0002rg-1Y for emacs-devel@gnu.org; Sun, 09 Oct 2022 10:53:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33132) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohXga-0002SH-Q7; Sun, 09 Oct 2022 10:53:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+i2WCFvL7mvnCKPhYfOeBcIqyFJMNNS5ihNydJbaeZQ=; b=CM9edKq4en1a 8Agj2yN3dkQqYFQEDwWCsCZUqsj1tKwONHmWJIINleXv7PxvFjwbBpqgOrM6rCXXtzjh+5DW9xuof ODXB0eNph/UNAfMyakd+1ycuu5olzrDZkNvuItEs9wmO6QJGOFcAefCIOLOjrbPOH9BkGc+uUCenZ 7v1bEfyPJ4ijhjaaVHu8E03XSmtY4oiLVKioeaG4WuF9fbCNnjt6ckIS6cDOv8XLk3wOKq3UcgxL0 as7wn+AB+d3MmqfuHHe1Ja1y6yxCqlnqaepyhKXeJZ++6MDUZOAhQvyijbPF/uY1gPE5ZgxWD5llS 9Xz6nbivzoCHyy/dmiwMKA==; Original-Received: from [87.69.77.57] (port=1513 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 1ohXgZ-0005FQ-V5; Sun, 09 Oct 2022 10:53:48 -0400 In-Reply-To: (message from Brian on Sun, 9 Oct 2022 14:36:22 +0000) 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:297276 Archived-At: > From: Brian > Date: Sun, 9 Oct 2022 14:36:22 +0000 > Cc: emacs-devel@gnu.org > > I looked through some major modes and IIUC they already have an > author assigned to them. I haven't seen this practice on other > FLOSS projects I encountered GitHub, any pointers on how this > process works on Emacs? What do you mean by "author assigned to them"? Major modes have authors, but they don't necessarily work on adding tree-sitter support to the (and some no longer actively develop the mode at all). For which modes are you interested to work on adding tree-sitter support?