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 introduction documentation Date: Sun, 18 Dec 2022 19:18:21 +0200 Message-ID: <837cyofx5u.fsf@gnu.org> References: <83edszjslp.fsf@gnu.org> <83bko3jr3o.fsf@gnu.org> <950E30EC-C460-4B90-82DA-46BB2BF410F7@easesoftware.com> <83sfhdf2w0.fsf@gnu.org> <57393DBC-9A5E-4375-BA50-2440E1E0A807@easesoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31195"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, manuel@ledu-giraud.fr, casouri@gmail.com, emacs-devel@gnu.org To: Perry Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 18 18:19:38 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 1p6xK3-0007q9-Ss for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Dec 2022 18:19:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p6xIs-0002Mo-7o; Sun, 18 Dec 2022 12:18:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6xIk-0002JM-ID for emacs-devel@gnu.org; Sun, 18 Dec 2022 12:18:15 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6xIj-0002st-Lo; Sun, 18 Dec 2022 12:18:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Sbzzzjma05wdXBupaI3d1WGmqTyqtn6GlPTl3GUbrJw=; b=QQMn4+bgXyhX5HsE1sk1 E3HCR7KeEIZP2GEHQhQte6Psoc7rZLoXHmEsx893awEw1qi6xzACj5fleIIWO4oGyVHHbnLQoiALt qofxyerGz8mlV+9lN+umTGTP4OM/KHa3BnBvDHggsirXMWtalHIgTKc+Ps+N801TGn8dVPbDyagap 13IQvKxBI8Hg3CB27SA51rvmY1BfcOKmdMePtPHXLhSP22h9RzMTupo9Ycow4lkqqR6L2lAWssMt4 gaWYtWk81TcieiClxKMkCh3QdKp9/h1bb+/jmrqb45LqVyAYP8mkaC7sS7iKO6c86g8TgjsCws8sY AeLjZA/STtiWbA==; Original-Received: from [87.69.77.57] (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 1p6xIi-0005vf-JM; Sun, 18 Dec 2022 12:18:13 -0500 In-Reply-To: <57393DBC-9A5E-4375-BA50-2440E1E0A807@easesoftware.com> (message from Perry Smith on Sun, 18 Dec 2022 08:07:02 -0600) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301615 Archived-At: > From: Perry Smith > Date: Sun, 18 Dec 2022 08:07:02 -0600 > Cc: João Távora , > Manuel Giraud , > Yuan Fu , > emacs-devel@gnu.org > > > On Dec 18, 2022, at 03:59, Eli Zaretskii wrote: > > > >> From: João Távora > >> Date: Fri, 16 Dec 2022 16:02:30 +0000 > >> Cc: Eli Zaretskii , emacs-devel@gnu.org > >> > >> On Fri, Dec 16, 2022 at 3:53 PM Perry Smith wrote: > >> > >>> This file is in the Emacs source and outlines a lot of good stuff > >>> https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/notes/tree-sitter/starter-guide > >> > >> The most important bit for end users and not mode authors is > >> "* Install language definitions". I think that section should be in the > >> manual even if it means some links to the internet/github for > >> grabbing Yuan Fu's tool and the grammars. > > > > The manual doesn't explain installation, so it isn't the right place. > > > > I will add the necessary information to NEWS, though. > > Temporarily, I put a lot of it in the ruby-ts-mode.el file. It might help you > a bit: > > https://github.com/pedz/ruby-ts-mode/blob/master/ruby-ts-mode.el#L32 Thanks. The text in NEWS is already written and committed, please take a look.