sponsor Vim development Vim logo Vim Book Ad

rsl.vim : Basic syntax for RSL (droidarena.net).

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

created by
Paul Miller
 
script type
syntax
 
description
I just wanted to get something going, so I added all the events/commands/functions, etc.  There are a number of changes I still want to make still.  All suggestions welcome.
 
install details
It's probably simplest to just put this file in your ~/.vim dir, which (by default) is at the top of your runtimepath.  You'll also need a 'au BufNewFile,BufRead *.rsl setf rsl' in your vimrc.  I'm considering putting that right in the source file, but I think it's inappropriate to do so.
 

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
rsl.vim 1.2.1 2005-06-28 6.0 Paul Miller I added a couple syntax errors for some things I was screwing up regularly.  If you know of a few more gotchas that should be red, please let me know.

New (lame) errors:
   - _ADD &nr0 1 -- looks fine to me, it's not.  the rhs and lhs must both be
     nr-registers...

  - [section_name] ; this executes during something -- looks fine to me.  It's not.
    The section won't ever execute ever.  Strictly speaking comments should not be on
    the same line as ANY code, but I find that they work everywhere except this.
rsl.vim 1.2 2005-06-21 6.0 Paul Miller ... corrected bugs with the message functions (one was missing).

... fixed a problem with branch highlighting when static data is on the line (e.g.
    IFGT &nr7 2 go_here wasn't blue-ing the go_here).
rsl.vim 1.1 2005-06-05 6.0 Paul Miller I made dozens of needed improvements to the highlighting.  I would call this version useable.
rsl.vim 1.0.1 2005-06-03 6.0 Paul Miller I _KNEW_ if I uploaded a copy, it'd be the wrong one.  But here is my real version 1.0 -- with a bug fix.
rsl.vim 1.0 2005-06-03 6.0 Paul Miller Initial upload
ip used for rating: 3.19.31.73

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