fortran-plugin
fortran-plugin copied to clipboard
Fix format line continuation
Fixed parsing of line continuation between "FORMAT" and "(".
Test for free form:
FORMAT(1x)
FORMAT&
(1x)
Test for fixed form:
FORMAT(1x)
FORMAT
&(1x)