Hi all,
I would like to colorize the name of the do and if loops in Fortran... Those loops looks like this :
the_name:do i=1,10 some code here … enddo the_name
and similar for the if loops. I tried to give a scope to those loop names but with my poor knowledge of RegExp, I cannot achieve something satisfactory...
Any help is much appreciated :)
Thanks in advance.