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 15:21:10 +0300 Message-ID: <83bkqljih5.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <84436B1D-3359-487F-B997-A7F56FDEA636@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16940"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 14:22:20 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 1ohVJz-0004DL-OB for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 14:22:19 +0200 Original-Received: from localhost ([::1]:37806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohVJy-0007KU-I8 for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 08:22:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47900) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohVIs-0005jw-P3 for emacs-devel@gnu.org; Sun, 09 Oct 2022 08:21:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59676) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohVIp-0004QB-Vw; Sun, 09 Oct 2022 08:21:10 -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=jRRzybrTIUE0nqenziD4ofw0uqTzYRHqXDju+YscEfs=; b=FIMFTYcwfRU7 5vNQszP+xLgh8zFthZyRXchHqgYDB04bIKWdozQ8QxZ7zrd/ZdSHvwx+rrYaH4MSzy6VLS7pgw06Y qxZ/Px3KDjdP7H5B3ccLnJFV6jm9LNtoWTl1+ftVNpbzFYiFSrME1QALBoxUdB13tqDcMCtsgn8gH bOZBHUQxwXnM2Db2b9x3akkOfBz4ihmGnq+f7XImrbu7iXarGlrsmQDw2eFm8m3cxMXhfXjpNDxpn miJ4mrN1RpINEPwbLYZScnwvid4Ig+n0KPEz9X/CPsXkNps/bC4jxGfkL0ydvFme6LrZPtFZbmT0Q b2ocz4dfYDmxcIzVHq6zqg==; Original-Received: from [87.69.77.57] (port=3947 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 1ohVIp-0004iA-5L; Sun, 09 Oct 2022 08:21:07 -0400 In-Reply-To: <84436B1D-3359-487F-B997-A7F56FDEA636@thornhill.no> (message from Theodor Thornhill on Sun, 09 Oct 2022 11:47:31 +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:297251 Archived-At: > Date: Sun, 09 Oct 2022 11:47:31 +0200 > From: Theodor Thornhill > > > c-mode > > c++-mode > > emacs-lisp-mode > > js-mode > > js-json-mode > > ruby-mode > > shell-script-mode > > > > I can do js-mode. I already have made a patch before the api stabilised, and am pretty familiar with the whole thing. I'll look at python and go from that. Thank you very much, we'll appreciate it.