sponsor Vim development Vim logo Vim Book Ad

jr.vim : jr language syntax script

 script karma  Rating 21/8, Downloaded by 1014  Comments, bugs, improvements  Vim wiki

created by
francois kilchoer
 
script type
syntax
 
description
This script provides syntax highlighting for the JR programming language, available at http://www.cs.ucdavis.edu/~olsson/research/jr/
 
install details
install in the syntax directory, et voila !  You will also need to edit the synmenu.vim and filetype.vim files, and add jr to the list of languages.

The line to add in symmenu.vim should look like this (you'll need to adjust the numbers):
    an 50.40.410 &Syntax.HIJK.Jr :cal SetSyn("jr")<CR>

The lines to add in filetype.vim:

" JR
au BufNewFile,BufRead *.jr                      setf jr




 

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
jr.vim 1.2 2006-03-30 6.0 francois kilchoer This version adds support for two extra keywords, co and elseafter.
jr.vim 1.1 2006-03-09 6.0 francois kilchoer Initial upload
ip used for rating: 3.144.96.159

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