fortran.tmbundle icon indicating copy to clipboard operation
fortran.tmbundle copied to clipboard

TextMate support for Fortran

Results 6 fortran.tmbundle issues
Sort by recently updated
recently updated
newest added

Many compilers support inline exclamation mark comments with fixed source form[^1][^2]. Here an example for such comments is given[^1] ```Fortran C Column Numbers: C 1 2 3 4 5 6...

[Example Here](https://github.com/acikek/f90-numbers/blob/main/numbers.f90#L42) (with `append`) Not much more to say. It wasn't like this in my native environment, which I presume uses this package, so it might be Linguist's use of...

"optional", "allocatable", "class", "Type, extends", and other elements of Fortran 2003 code are not highlighted consistently. Also #ifdef, #endif are not highlighted clearly differently. e.g. see https://github.com/cmbant/forutils/blob/master/ObjectLists.f90 https://github.com/cmbant/forutils/blob/master/MpiUtils.f90

Since I updated the OS, Fortran does not work anymore on textmate2

OMP specific lines are not recognized. They begin with "!$" and are stylized like comments, which only start with "!". OMP specific lines should be formatted differently than comments. Otherwise...

When I Compile and Execute Single "Hello, world" fortran file use ⌘+R, it will take a long time (more than 1 minute) to response and run the terminal to display...