dparkins / language-fortran

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

Comment block in .f files is with wrong comment symbol #108

Open akjt opened 5 years ago

akjt commented 5 years ago

Files with .f extensions have the problem that commenting block feature does not work. It comments with "/ ... /", i.e. the c/c++ style. Although, It works just fine for f90 files.