> Another thing I would like is that when I enter # -*- Sh -*- and save the > file, it automatically changes the colors.
The filetype is scanned only when a file is first opened in a session, this is because the user can set filetype, and if Geany then changed it that would be disobeying user selection (which is generally not allowed). But therefore you can set the filetype for the rest of the session manually `Document->Set Filetype->...`. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3884#issuecomment-2132045693 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3884/[email protected]>
