sponsor Vim development Vim logo Vim Book Ad

sr.vim : SR (Synchronizing Resources) syntax highlighting script

 script karma  Rating 5/2, Downloaded by 596  Comments, bugs, improvements  Vim wiki

created by
David Holm
 
script type
syntax
 
description
This is a syntax highlighting script for synchronizing resources.
This language is mainly intended for educational use and I doubt anyone will find it useful for writing anything meant for widespread use.
You can find the homepage here http://www.cs.arizona.edu/sr/
and an excellent reference here http://www.mcs.drexel.edu/~shartley/OSusingSR/

You could probably extend this script alot by specifying regions and clusters and stuff, but as I will probably never use the language again I didn't bother learning how to.
 
install details
Put sr.vim in .vim/syntax/ and add the following lines to .vim/filetype.vim:

augroup filetypedetect

au BufNewFile,BufRead *.sr setf sr
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
sr.vim 1.0 2002-12-19 6.0 David Holm Initial upload
ip used for rating: 3.145.163.58

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