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: Tree-sitter indentation for js-mode & cc-mode Date: Thu, 27 Oct 2022 11:58:40 +0200 Message-ID: <87bkpxsi3z.fsf@thornhill.no> References: <9AF8BFDC-C9A2-4AE5-A8D2-E6AA05DA3C91@gmail.com> <87k04lljh6.fsf@thornhill.no> <87h6zpsji6.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18288"; mail-complaints-to="usenet@ciao.gmane.io" To: Yuan Fu , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 27 12:03:48 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 1onzjm-0004Tg-PH for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Oct 2022 12:03:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1onzf6-0006ac-S1; Thu, 27 Oct 2022 05:58:56 -0400 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 1onzf4-0006P8-LY for emacs-devel@gnu.org; Thu, 27 Oct 2022 05:58:54 -0400 Original-Received: from out0.migadu.com ([2001:41d0:2:267::]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1onzet-0003Sn-Ku for emacs-devel@gnu.org; Thu, 27 Oct 2022 05:58:49 -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=1666864721; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1ndh35Nw1hg+/vY4iABxJAfcZ6PbZwK1tZ91P4sZKzM=; b=UQecOR5vYr2vFRdv+i11M6okQGsaG5yWMCYzeLa6bt0kfkrOUR2QRzCgGHDJRHdPVIZPBZ tLo88+eU/W1EgJqODJAujnpN5s1VIjhQ4gvrB/6w3fhEI6g6O24YzaknYdGKpQAu6i2PBY UMTCisYXxTQ9pkVERvFelwJhINHGhZkt55oCPKSC8L2WHfcnNIr1+aJg2d6YZOI8OkXq17 ypCrOc4eInw4B+/6Z1dFmkJ+1Rnb9t8HBUMjensZ2PeVTBlKB3Gb7QnOJL+rTLuSyJ51Ur HhMDneXNoX4hy/4EPBCTwGkU7pLQBUlOiIjr10REQO9PK89j2bCiPt6BO4yKmQ== In-Reply-To: <87h6zpsji6.fsf@thornhill.no> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=theo@thornhill.no; helo=out0.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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298610 Archived-At: Theodor Thornhill writes: > Theodor Thornhill writes: > > BTW, I fixed ts-mode. See attached patch :-) > > Thanks, > Theo Never mind this patch. Added it as well as some other small tweaks in a separate bugreport. Thanks, Theo