This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
NewerOlder