The default generic.conf is very sparse for Fortran. This patch adds all the reserved words that I can remember for Fortran 95. It also adds handling for free form comments (fixed form needs a custom parser anyway) and for strings.
A partial description for Fortran 77 is incorporated, starting with release 1.0 (september 2012). But, as rightly pointed out, another parser is needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A partial description for Fortran 77 is incorporated, starting with release 1.0 (september 2012). But, as rightly pointed out, another parser is needed.