Skip to content

Instantly share code, notes, and snippets.

View dpyro's full-sized avatar

Sumant Manne dpyro

  • Facebook
  • New York
View GitHub Profile
@dpyro
dpyro / fna.vim
Created August 29, 2012 05:26
Vim syntax file for FASTA (fna)
" Vim syntax file
" Language: FASTA nucleotide sequences (fna)
" Maintainer: Sumant Manne <[email protected]>
" Latest Revision: 28 August 2012
" Based on Luis-Miguel Rodriguez <[email protected]>'s fasta.vim syntax
if exists("b:current_syntax")
finish
endif