vscode-fortran icon indicating copy to clipboard operation
vscode-fortran copied to clipboard

Highlighting for type declaration

Open henry2004y opened this issue 5 years ago • 0 comments

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.

henry2004y avatar Aug 17 '20 15:08 henry2004y