3 Commits

Author SHA1 Message Date
tiresiasfromthebai 2f2b48f714 Add a Fortran syntax highlighter
Free-form Fortran (90 and later): case-insensitive keywords, dotted and
symbolic operators, both string delimiters, '!' comments ('//' is string
concatenation, not a comment), common intrinsics as functions. Plus the
usual plumbing: suffix settings, editor config page tab, save/restore,
highlighter factory dispatch.

Also let tests/hellofortran90 build with the default 'gfortran' instead
of a hardcoded 'gfortran-12'.
2026-08-10 12:13:08 +02:00
Ernie Pasveer 8f1f74878b Specify version of fortran. 2025-09-07 15:14:12 -05:00
Ernie Pasveer 3aaf87f735 Test program for F90. A nice, simple chess program. 2025-05-02 18:03:19 -05:00