Mattias Engdegård writes: >> The newly released version 0.21.2 of the typescript grammar caused > the typescript-ts-mode tests to start failing. > > I still get the exact same test error on master. Is this supposed to be fixed? I’m still seeing this test failure and a after a little poking around I found that setting indent-tabs-mode to nil after changing the major mode in the test setup fixes it for me. I don’t understand why that’s a problem here and not in other tests but I tested it on two different systems and they both pass now. p.s. While looking around I noticed that tree-sitter reports errors in the code of the “JSX indentation” test. Looks like the values after the ? & : should be quoted but I don’t know anything about TS/JSX.