[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [photran] Syntax highlighting on multiple lines
|
Jeffrey Overbey wrote:
Can the syntax highlighting be fixed so that it works when you wrap a
line by putting a character in column 6?
Are you using 3.0.0 beta 1? If so, is it identifying your file as
fixed format (see the top of the Outline view)? If it is, then this
is a bug, so please supply a short program to illustrate the problem
so we can figure out what's causing it and who needs to fix it.
Thanks
Jeff Overbey
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran
Checking my plugin versions, I seem to be running v3.0.0 (don't know if
it's beta). Some simple code to highlight the problem might be...
OPEN (NDSI,FILE=FNAMEI,STATUS='OLD',FORM='UNFORMATTED',
& ERR=800,IOSTAT=IERR)
...where the '&' is in column 6. The 'O' of OPEN must be after column 6.
regards,
Kristian.