Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Labeled constructs not red

I noticed that all Fortran statements are red.  This makes it easier to read a program.  However, some labeled constructs are not red, but instead blue.  Labeled DO is blue, as is labeled IF.  The labeled ENDDO and the labeled ENDIF are red, but not the labeled DO or IF.  For example:

DO i = 1, 10
WRITE (*,*), i
ENDDO

example: DO i=1,10
WRITE (*,*), i
ENDDO example

Can Photran be changed to cause all labeled constructs to be red?

Thanks,
David Bal

Back to the top