Skip to content

fortran_fixed-form does not highlight "dimension" syntax #127

Closed
@K1-ZR

Description

@K1-ZR

When Implicit real*8(a-h,o-z) is declared, dimension syntax can be used to define an array's dimension:

DIMENSION myArray1(<size1>, <size2>, <size3>, ... ), myArray2(<size1>, <size2>, <size3>, ... ), ...

But fortran_fixed-form does not highlight this syntax.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions