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: Tree-sitter integration on feature/tree-sitter Date: Sun, 08 May 2022 12:10:08 +0300 Message-ID: <83czgowftb.fsf@gnu.org> References: <93b1d7c7-65fa-4c14-adad-b0e224bbf01c@email.android.com> <83k0awwlx5.fsf@gnu.org> <87y1zciei5.fsf@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21098"; 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 May 08 11:12: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 1nncxf-0005LX-GX for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 11:12:19 +0200 Original-Received: from localhost ([::1]:43740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nncxd-0008BA-Vy for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 05:12:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nncw2-000684-1q for emacs-devel@gnu.org; Sun, 08 May 2022 05:10:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nncvn-0005ZI-4M; Sun, 08 May 2022 05:10:37 -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=Qh1h4sLSNKO01NRT242C2srnNQEyojXngwoGrSjI084=; b=bkj/igfzAA4x pegE/Nb7fIpQKvsI6upDgOy4i9+/lOiDdq8wyMnjyfxUgV8JUwEgfzQJBFyUIVdjCp3FNhOCJbsyW 72GK5FHowu/X3b3WTa63FIJ2Rp2tEpthk27EZYkq7Fk8U5bFKTEV9JyVtgYp5c5eMDsUvq5OgnNAt ZrRpGohDW5lGfm8ZLOuk1wO8XKra4ZyiYllNJvpN+wrwtntRR0O5T9wxjy2oxUyxn0t4pTXpDcvXu Q5xddh+MjVfd/sFicaLo4eKb87e0uejP8OBtxiKQKyxqHgztT1aVGPvd1qgh3BnRdJZG1CAHTeoCb 4rwPXDEWBLx9tr4kA3tjew==; Original-Received: from [87.69.77.57] (port=1921 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 1nncvg-0001Tl-Nt; Sun, 08 May 2022 05:10:21 -0400 In-Reply-To: <87y1zciei5.fsf@thornhill.no> (message from Theodor Thornhill on Sun, 08 May 2022 11:02:10 +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:289458 Archived-At: > From: Theodor Thornhill > Cc: casouri@gmail.com, emacs-devel@gnu.org > Date: Sun, 08 May 2022 11:02:10 +0200 > > Ok, see the attached patch. This makes the normal js-mode support tree > sitter. > > Some caveats. > > 1. You need to install the tree sitter parser. Use Yuans > tree-sitter-module [1] project for this Why is that module needed, and where is it (it seems like the reference was missing from your message)?