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: Tue, 11 Oct 2022 09:45:51 +0300 Message-ID: <83lepmg8o0.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <878rlo7on0.fsf@thornhill.no> <83o7uki5ol.fsf@gnu.org> <87tu4c5g9j.fsf@thornhill.no> <87k057j7gn.fsf@yahoo.com> <8D3026E9-D8A4-46EC-816B-1F7A3458DC02@gmail.com> <60A2DCAE-5626-44B0-8C3F-E06E84693380@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5230"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, luangruo@yahoo.com, acm@muc.de, emacs-devel@gnu.org, jostein@kjonigsen.net To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 11 08:51:56 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 1oi97M-0001Bu-5q for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 08:51:56 +0200 Original-Received: from localhost ([::1]:35256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oi97K-0002D2-Rp for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 02:51:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi91R-0008Ai-Ck for emacs-devel@gnu.org; Tue, 11 Oct 2022 02:45:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38604) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi91P-0003iF-5D; Tue, 11 Oct 2022 02:45: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=roQgbJdCX1arWmDU6NcVXs3MXB6npYhDOBsLTQNIgOY=; b=rTLCh38EUAjQ SOYIfG5CUR464FhvLM1hmDQ9FxT0vsgw5p3Q/yrwlHGjPdzxlSObQtwKrRyQ0w6FOhzpgO65wkudj WtH1/pE+BLKTfq9TgPEsFA/rCdnJl5iePOnkAWfiD3SQoRCKLySxUWrdbhzeEm5npp3rmWioutWM3 L1OY6kjSRQNsKm85aDKVqMnLK0Ce0Y+dndBPFe002/1MZzpIh8TITzIEt2ihQ7ufHSKYFMiL96JSQ u65Q2rPzMm4lWjC8GTVUJ9MtSsYF4rvKgze6VluSHJUh4b0qtQN1M8t94fJVxiI2tPjgCBn6VOpQ4 smsPPW1D4Rnl7w5mABdBfg==; Original-Received: from [87.69.77.57] (port=1495 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 1oi91K-0006Dp-P9; Tue, 11 Oct 2022 02:45:46 -0400 In-Reply-To: <60A2DCAE-5626-44B0-8C3F-E06E84693380@thornhill.no> (message from Theodor Thornhill on Tue, 11 Oct 2022 07:33:42 +0200) 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:297426 Archived-At: > Date: Tue, 11 Oct 2022 07:33:42 +0200 > From: Theodor Thornhill > CC: Eli Zaretskii , Alan Mackenzie , > emacs-devel , jostein@kjonigsen.net > > There's no issue with adding cc mode c# support in core, as the copyright is sorted for it. However, that will create maintenance burden for Alan, as he has the most knowledge on its inner workings. > > If we want I can prepare a patch with both, in the style of js-mode. > > What do you think? We are waiting for Alan to chime in, after he catches up with the background. Let's be patient.