2024年9月21日(土) 1:09 Chet Ramey <chet.ra...@case.edu>: > On 9/20/24 2:41 AM, shynur . wrote: > > `fc` will create a temporary file named something > > like "bash-fc.Esf9by", which seldom benefits from > > editors that use *suffixes* to infer what syntax > > highlighting should be enabled. > > Do these editors have an option that sets the language for syntax checking?
Emacs has `auto-mode-alist'. VS Code has `files.associations'.