Yea, I can do that. Is there a recipe for running the tests with a tree-sitter library path? On Sat, Nov 18, 2023 at 2:05 AM Eli Zaretskii wrote: > > Date: Thu, 16 Nov 2023 03:18:44 +0200 > > Cc: 67031@debbugs.gnu.org > > From: Dmitry Gutov > > > > On 15/11/2023 15:40, Eli Zaretskii wrote: > > >> From: nvp > > >> Date: Thu, 9 Nov 2023 17:29:21 -0800 > > >> > > >> Tags: patch > > >> > > >> * lisp/progmodes/typescript-ts-mode.el > > >> (typescript-ts-mode--indent-rules): fix indentation after statements > > >> without brackets > > >> > > >> Bug: There are no indentation rules for statement bodies following > > >> if/for/for_in/do/while statements without brackets. > > >> > > >> Recipe to reproduce: > > >> In a `typescript-ts-mode` buffer with the following code, > > >> > > >> if (true) > > >> console.log('No indent here') > > >> > > >> Try to indent the second line. > > > Dmitry, Yuan: any comments? > > > > I think it would be cool if the patch added a corresponding new case or > > two in test/lisp/progmodes/typescript-ts-mode-resources/indent.erts > > Noah, would you please add such tests? > > Yuan, any comments or suggestions? >