emacs jr-mode
 

News

    May 12, 2007

        More accurate highlighting for "process", "sem", "st", "by", and "elseafter" keywords.

    May 11, 2007 

        Updated jr-mode.el. Statements such as "new remote String str;" should now have correct highlighting. If you think the highlighting is wrong anywhere, don't hesitate to email me at bryan.w.bell@gmail.com.  


Features

   The jr-mode is the same as the java-mode except jr-mode adds the list of JR keywords to the java-mode keywords.

    If you find any bugs or missing keywords email me at bryan.w.bell@gmail.com 

Installation

There are two ways to install the jr-mode package, the second is less error prone than the first. In fact the first way doesn't work with my installation of emacs (I usually run the development version of emacs from CVS). 

    1. Put "jr-mode.el" in your site-lisp directory (usually under /usr/share/emacs/ or some variant) and the line

    "(require 'jr-mode)" (without the double quotes) in your .emacs file.

    Or

    2. Put jr-mode.el in a directory DIR and put "(load-file "DIR/jr-mode.el")" (without the outer double quotes) in your .emacs file.

After installation you can activate the jr-mode by either opening a file with .jr as the extension or running the command "M-x jr-mode".

Download

jr-mode.el