sponsor Vim development Vim logo Vim Book Ad

sdticket : syntax support of sd (p2p bug tracking system)

 script karma  Rating 4/1, Downloaded by 826  Comments, bugs, improvements  Vim wiki

created by
Yo-An Lin
 
script type
syntax
 
description
this supports sd (peer-to-peer bug tracking system) ticket syntax.

http://syncwith.us/
http://github.com/obra/sd
 
install details
put the sdticket.vim to ~/.vim/syntax/

and add the below settings to your .vimrc

au BufNewFile,BufRead *
     \ if getline(1) =~ "required ticket metadata" |
     \   setf sdticket |
     \ endif
 

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
sdticket.vim 0.1 2009-04-21 6.0 Yo-An Lin Initial upload
ip used for rating: 3.133.149.168

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