SublimeFortran icon indicating copy to clipboard operation
SublimeFortran copied to clipboard

How to make it recognize *.f95?

Open srhhh opened this issue 6 years ago • 1 comments

Hi!

I am using this package with Sublime text 3 on a MAC but it seems to be only able to treat *.f90 as a fortran and applies the format coloring but not *.f95. Is there any way to make it recognize other versions of Fortran?

Thank you, Rui

srhhh avatar Aug 05 '19 01:08 srhhh

It should actually work by default with *.f95 files, because that extension is included in the syntax definition file. However, you can try to open a *.f95 file and select View > Syntax > Open all with current extension as... > Fortran > Fortran (Modern).

jwortmann avatar Aug 09 '19 18:08 jwortmann