Group: comp.std.announce · Group Profile · Search for Txt Status in comp.std.announce
Author: rfc-editor
Date: Sep 5, 2008 17:07
Luka Djigas <ldigas@remove_this.gmail.com> wrote: Hello everyone ! Please help, I'm having a problem with matching. I have some code: open(unit=1, file='file.txt", status='new') #This is an comment (blah blah) close(unit=1) and wish to highlight the insides of the brackets, but only those behind an "open" statement. Does anyone know of any way to do this
|