Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Problems with syntax highlighting with Photran

Hello,

I'm using photran for my fortran developments and want to to use use CPP keys in my code.

Unfortunately, when I write for example :

#ifdef key_1

... CODE1 ...

#else

... CODE2 ...

#endif

... END OF CODE ...

then CODE1 and CODE2 are correctly highlighted, but END OF CODE is not highlighted anymore (it appears like comments).

Am I doing something wrong ?

Is there a simple way to avoid this problem ?

Thanks in advance,

Joël MARIN.




Back to the top