About i90 files #1102
About i90 files
#1102
-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
gnikit
Jun 14, 2024
Replies: 1 comment
-
This should work for both highlighting and formatting. "files.associations": {
"*.i90": "FortranFreeForm"
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gnikit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work for both highlighting and formatting.