File: README.md

package info (click to toggle)
biosyntax 1.0.0b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: sh: 876; javascript: 292; xml: 246; makefile: 52
file content (11 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Alternative Syntaxes

This folder is a collection of alternative / user defined syntax definitions to expand functionality to best suit your needs. These don't fall into the main 'bioSyntax' theme but are often useful / preferred.

To learn how to develop and submit your own syntax files see: [Development Page](http://biosyntax.org/dev)

## Vim

### fasta-ORF by @ababaian
Fasta *O*pen *R*eading *F*rame. For dealing with coding sequences (CDS) this syntax recognizes the first `ATG` start codon and alternatively colors each subsequent codon until a STOP codon is reached. No nested ORF support yet.
![fasta-ORF Screenshot](http://biosyntax.org/alt/vim_Fasta-ORF.png)