Please confirm you have...
Comments in fixed form fortran are not properly highlighted
See https://github.com/bburns/rocket.f77/blob/master/rocket.f#L6-L51
and https://github.com/johannesgerer/jburkardt-f77/blob/master/asa032/asa032.f#L3-L34
Fixed form Fortran interprets lines with C,c, !, or * in the first column as comments.
The issue is not with the grammar, as selecting the proper grammar fixes the issue.
As far as I know, I can only select linguist-language=fortran in .gitattributes.
I have no way to specify source.fortran rather than source.fortran.modern as grammar
since only source.fortran.modern is listed inside linguist/lib/linguist/languages.yml.
Should we just use source.fortran instead of source.fortran.modern? That scope was set five years ago in 9acf41b0fea9eb0180224afb8f684967dc197e4e, so I doubt the author remembers why.
That seems to be fixed (great!). How long would it take for this change to take effect on GitHub ?
As soon as I make a release, which I'm hoping to do this or next week when I get some free time that coincides with a quiet deploy queue.
Do you think this release will fix the doxygen comment block highlight issue? It seems broken with fixed form Fortran here
@yhu266
You can have a look for yourself
This looks fixed to me by #4686 .
Most helpful comment
As soon as I make a release, which I'm hoping to do this or next week when I get some free time that coincides with a quiet deploy queue.