Lars Ingebrigtsen writes: > I've now applied Dario's change to Emacs 28 (and added a test case). I wonder, would it make sense to also add ){ and (} to handle cases with ${braces}? E.g. I'd like this indentation: ${path_to_root}/configure --prefix=$prefix\ --with-x but right now (55e77a811) I am getting this: ${path_to_root}/configure --prefix=$prefix\ --with-x I'm don't know all that much about syntax classes and SMIE; still, here's a "monkey see; monkey do" patch that works for me: