From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Call for volunteers: add tree-sitter support to major modes Date: Tue, 11 Oct 2022 09:16:38 +0200 Message-ID: <87mta2eso9.fsf@thornhill.no> 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> <83sfjxhuvc.fsf@gnu.org> <87bkqk7qb0.fsf@thornhill.no> <8735bw7kwm.fsf@thornhill.no> <158F25C9-A539-4515-8D49-50A7E6252960@gmail.com> <87o7uk5f5i.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1225"; mail-complaints-to="usenet@ciao.gmane.io" To: jostein@kjonigsen.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 11 09:47:51 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 1oi9zT-000Aca-1C for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 09:47:51 +0200 Original-Received: from localhost ([::1]:58696 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oi9zR-0001ui-O1 for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 03:47:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi9VL-00084F-Ml for emacs-devel@gnu.org; Tue, 11 Oct 2022 03:16:43 -0400 Original-Received: from out2.migadu.com ([2001:41d0:2:aacc::]:17218) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi9VJ-0000Qw-Mq for emacs-devel@gnu.org; Tue, 11 Oct 2022 03:16:43 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1665472599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+J+mlw9VlZAwnsUD+cqQKEahLGsTUFYZwrN7CfY3yxU=; b=A77yq4V0wsX6ULeq6Frwc9qXE1N/y8NBYTZLZN9ARDhrOlb8YADI0UTmlMvhXuC0XsaNWj 7YUUDpcfCrE2S1XO+UygRlkylBJEi7gwmWl9PezLBOr20tXKL1omVX+C25HEBt4IA76Rf6 8t0NTr2JgcyAFlehjhXcd3zcNANbZ6t3R6NzP/vbPMqmBI1vvi+U/+Hgji7HMVsjYfrDLB 8pWMsCzd7SW1yce+wc2luLc+PMmE/m37xSmPf0JEvAUXDWbuBZ7fvVC4+EOdxtLrrjnGcQ v2ppMgfhoNwYYvU5IKGG/HH/jASk1AzOKiWZq7cxg8+jtI4ioPoy/BY0dAsNzw== In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:297437 Archived-At: Jostein Kj=C3=B8nigsen writes: > Testing js-mode with tree-sitter enabled, it seems more responsive than=20 > the old elisp-implementation, and it also picks up more syntax elements,= =20 > like function-definitions/calls which it didn't use to. > > This puts it on par with js2-mode, but probably more correct and with=20 > better performance. > > All in all I would consider this a upgrade all users should want. > Good news!