Skip to content

Erroneous syntax highlighting for preprocessor conditionals in derived types #249

@gnikit

Description

@gnikit

The following seems to be breaking our syntax highlighting for the preprocessor

image

MWE

type logical_vector
#ifdef DDEBUG
     logical, dimension(:), pointer :: ptr=>null()
#else
     logical, dimension(:), pointer :: ptr
#endif
end type logical_vector

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions