On Thursday, December 15th, 2022 at 02:20, Theodor Thornhill wrote: > > Randy Taylor dev@rjt.dev writes: > > > > > Thanks Theo, that worked perfectly. We should consider adding > > something like this to the documentation somewhere, since I didn't see > > anything like this anywhere (although maybe I missed it). > > > I'm glad! Could be part of a tips and tricks or something? I think it should probably be part of whatever indentation documentation there is. > > No rules for comment? > > [...] > > No rules for comment here either? Which rules should I add? I see these rules in some of the ts modes: ((and (parent-is "comment") comment-end) comment-start -1) ((parent-is "comment") comment-start-skip 0) What are they matching? When could a comment be a parent? (BTW attached a new patch with an updated NEWS entry after the recent changes there).