If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Beyond Compare is a multi-platform utility that combines directory compare and file compare functions in one package. Use it to manage source code, keep directories in sync, compare program output, etc.
The grammar type you want to use is likely the delimited type using { and } as begin and end points. You might also want to enable End at End of Line as well, to prevent the grammar from matching on an unterminated } and defining the entire rest of the file.
Comment