sr.vim : SR (Synchronizing Resources) syntax highlighting script
| script karma |
Rating 5/2,
Downloaded by 729 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|