sponsor Vim development Vim logo Vim Book Ad

circos.vim : Syntax file for Circos visualization program conf files

 script karma  Rating 0/0, Downloaded by 399  Comments, bugs, improvements  Vim wiki

created by
Jose Manuel Pavon
 
script type
syntax
 
description
Circos http://mkweb.bcgsc.ca/circos is a visualization program for genes, but can also be used for anything you would like to visualize as a circle with relationships.

This syntax file helps edit circos.conf, ideogram.conf and ticks.conf.
 
install details
Copy circos.vim to your ~/.vim/syntax/ directory

On your configuration file ~/.vimrc add the following lines:

augroup filetype
  au! BufNewFile,BufRead circos*conf,ideogram*conf,ticks*conf  set ft=circos ai textwidth=80 formatoptions=tcroqn2 comments=n:>
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
circos.vim 0.1 2009-12-25 6.0 Jose Manuel Pavon Initial upload
ip used for rating: 18.116.239.195

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github