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 18:36:23 +0300 Message-ID: <83sfjxhuvc.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <84436B1D-3359-487F-B997-A7F56FDEA636@thornhill.no> <83bkqljih5.fsf@gnu.org> <87fsfx6ufb.fsf@thornhill.no> <8335bxjdpf.fsf@gnu.org> <1D07A0F1-A269-410A-9D3C-8A53113FFE2F@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13777"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 09 17:37:17 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 1ohYMe-0003Lh-Es for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 17:37:16 +0200 Original-Received: from localhost ([::1]:59310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohYMd-0006j2-D0 for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 11:37:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohYLj-0005SE-8V for emacs-devel@gnu.org; Sun, 09 Oct 2022 11:36:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56132) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohYLi-000314-TN; Sun, 09 Oct 2022 11:36:18 -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=5CebKw1m6kCJaGGzIZkqto+iBiPgehGY5Gldas+ZFuQ=; b=HSAbZ+dZp0Bx iE6zJgy7yWac7EzHKepx+DsUjIJsokUAYOxDxWHUMMwSP3vLcp8SmR2GChuQ4dWQdwVD1Ndk0JPid SAHtyLYHMXZ1Ul8ujkZ1I0yteaVG3eFNIrweAJ71ywH1DG8FVNE9iJcgr8K54i2xMA7IaIjDCMUyt i2rX5SjrUCF8zq28QLRpGm4Kd0BE6m8Rx0Ic6+BY5ssj6/wNtakN42PIBH5L3WkMr03uEr0coanNx LVYZNeNil7Zv6q5m1iwIh48RmU5MJtX8avnNqLW5c7AzDVGD7iBaq9bTXV4l8iLOlC/aVnkV5fEhx V8rpolBCnfhXOe7Muzkf+A==; Original-Received: from [87.69.77.57] (port=4146 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 1ohYLi-00032f-CM; Sun, 09 Oct 2022 11:36:18 -0400 In-Reply-To: <1D07A0F1-A269-410A-9D3C-8A53113FFE2F@thornhill.no> (message from Theodor Thornhill on Sun, 09 Oct 2022 17:18:52 +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:297282 Archived-At: > Date: Sun, 09 Oct 2022 17:18:52 +0200 > From: Theodor Thornhill > CC: emacs-devel@gnu.org > > BTW, I can do json as well, should be quick enough :) I'll add it in a different patch TIA