vscode-fortran
vscode-fortran copied to clipboard
Highlighting for type declaration
Hi,
The highlighting support for type declaration needs to be improved.
For example,
type A
real :: b
end type A
displays correctly, but
type :: A
real :: b
end type A
doesn't.