Luca Cartasegna writes: > breaking lines in variables declaration seems to break the color > syntax. > > cat main.f90: > program main > integer :: a, & > b > end program main > > The variable a is correctly colored while the variable b is > not(using continuation lines in other parts of the program, not in the > variable declaration, seems to work fine). (I'm going through old bug reports that unfortunately weren't resolved at the time.) I've now fixed this in Emacs 29: