About i90 files

Is there a way to enable syntax highlighting in vscode-fortran-support for i90 files (intermediate files generated from ifx/ifort compiler)? and in addition even formatting for that? In other words, treat these files just as free-form f90 files.

You should use

"files.associations": {
    "*.i90": "FortranFreeForm"
  },

Please don’t duplicate your posts between GitHub and Fortran-lang: About i90 files · fortran-lang/vscode-fortran-support · Discussion #1102 · GitHub

Thanks so much.