Hi
I’d like to write a syntax definition for DNA sequence files (FASTA format). The syntax of such files is very simple. It consists of a header line that starts with a “>” sign. The following lines consist of the sequence itself. My problem is that sequence elements can span multiple lines (including the newline characters). Is it somehow possible to highlight such elements?
Here is a simple example, where the element atg (in lower case) should be tagged.
>SEQUENCENAME here may follow some comment
GCTGCGAat
gGATGATCA
Thanks for your help!