dparkins / language-fortran

Syntax highlighting for FORTRAN for atom
MIT License
35 stars 16 forks source link

Changed all ios /= 0 statements to include a default value of ios. #88

Closed cbcoutinho closed 7 years ago

cbcoutinho commented 7 years ago

Previously the iostat value of ios was a default, but you had to manually put it in the if statement to make it a valid conditional.

Now you don't have to edit it manually everytime you open a new file, or you manually edit them both using tab as usual.