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: Ruby mode using tree-sitter Date: Tue, 06 Dec 2022 21:18:49 +0100 Message-ID: References: <7D9D6C2A-2B88-42A4-9DEA-652BA375CDAA@easesoftware.com> 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="4259"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org, Perry Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 06 21:25:31 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 1p2eVO-0000sl-98 for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Dec 2022 21:25:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2eUo-00083G-5l; Tue, 06 Dec 2022 15:24:54 -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 1p2eUk-000836-TY for emacs-devel@gnu.org; Tue, 06 Dec 2022 15:24:51 -0500 Original-Received: from out-202.mta0.migadu.com ([2001:41d0:1004:224b::ca]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2eUi-0007vJ-8c for emacs-devel@gnu.org; Tue, 06 Dec 2022 15:24:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1670358283; 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=y2sPT6pAyJjYUtjoDyyw86pSTDQLh///V0tGM/UlGPY=; b=14wr4U5FtTtWbpyq1c7gzMl3yButeMSnGLEWC22yAbIiSJ+FYgY60cPM1QFJI6OxQ1in7X pQJVnI2u3Z7ZYwQLJdCR9S/WAkIO1W6uQi6VSyXwx3BJjH90Im0GouS3jpFrPOuJ58xTeY CyZcdud2FG2LE3w7VOICVjwZac/sB/L+V7xPH/Blqh/24APTv0woaKFsAY3EnKXoXQ2duU UBJeBBYAsRnV1Z7dxB2sOuAmQ7lTrhQKq55wrEd8FrKBDXPcgfbl5NUz1sR5KkBIJxh7Up FaCI4ms7u533sIe9xyVf69RBFuZW4xh9eDqNOllCb88rsPAxSqbyXJUeV8b+zA== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <7D9D6C2A-2B88-42A4-9DEA-652BA375CDAA@easesoftware.com> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::ca; envelope-from=theo@thornhill.no; helo=out-202.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300981 Archived-At: Hi! On 6 December 2022 20:56:15 CET, Perry Smith wro= te: >I asked on Reddit if there is anyone already developing a Ruby mode using= tree-sitter=2E They suggested ask here=2E It seems volunteers were being= solicited recently=2E > >I don=E2=80=99t want to officially volunteer but if no one is working on = one, I=E2=80=99ll start pecking at it=2E I=E2=80=99m not confident enough = to volunteer=2E At least not until I=E2=80=99ve wadded deeper into it=2E > I don't think anyone has volunteered for ruby yet, no=2E I'm sure it will = be a welcome addition! >I=E2=80=99ve found https://tree-sitter=2Egithub=2Eio/tree-sitter/ and a f= ew other resources such as the start-guide in admin/notes/tree-sitter=2E I= f there are any other helpful references, please let me know=2E I plan on = using typescript-ts-mode as a guide=2E > I suggest you just start hacking on it, it is quite easy when you get the = hang of it! I think you could look at all the ts-modes for inspiration=2E And just ask if you're stuck! >Thank you, >Perry > Thank you! Theo=20