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: TypeScript support for tree-sitter (was Re: Call for volunteers: add tree-sitter support to major modes) Date: Mon, 10 Oct 2022 19:13:38 +0300 Message-ID: <835ygrhd1p.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <87h70b8zqs.fsf@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6098"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, casouri@gmail.com To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 10 18:21:26 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 1ohvWv-0001L9-Ub for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Oct 2022 18:21:26 +0200 Original-Received: from localhost ([::1]:44522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohvWu-00077w-MC for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Oct 2022 12:21:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohvPJ-0000d6-0J for emacs-devel@gnu.org; Mon, 10 Oct 2022 12:13:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33518) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohvPI-0006iS-BF; Mon, 10 Oct 2022 12:13:32 -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=dc7G90zQeujkeDwE24mwpCnTGAHfqi5kul+bjtYl3e0=; b=LsYO5z1UptYU ZoZ3r1anD0rVDCf6ZafibXD+aq2uKZu1W4N6aYPhaSMVGIELP4Qf+rqJW4kxLJsuueQDKsJTrWY0S FhMs0h0vdh1WcHOLaEjRoDZ/uUSPc8itq7u//DwQkhMCwlcCoUoFDelt8pw+KdbutY8q6sxxRzjT6 FmJcFqP5mjKJN6/xZRpAd7fiHF6zuZQz/5YfhzqKNGD1EO3AQyP75z2UP7fnDyWo89wtscD8TJ9Sy aUieBqmKmywwwQ8C8GcHri34dW2rCu6zezwo2fqVY7wds9Zeaju9T+se+0QIJch99VEX0NUMTyjc0 Y769b4V5rjrrmEzIR7r1sQ==; Original-Received: from [87.69.77.57] (port=3730 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 1ohvPH-000761-M4; Mon, 10 Oct 2022 12:13:31 -0400 In-Reply-To: <87h70b8zqs.fsf@thornhill.no> (message from Theodor Thornhill on Mon, 10 Oct 2022 17:28:11 +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:297380 Archived-At: > From: Theodor Thornhill > Cc: Yuan Fu > Date: Mon, 10 Oct 2022 17:28:11 +0200 > > Here's support for TypeScript with tree-sitter. Thanks, please announce in NEWS.