coffeescript-jedit icon indicating copy to clipboard operation
coffeescript-jedit copied to clipboard

A jEdit edit mode for CoffeeScript

CoffeeScript for jEdit

Provides syntax highlighting support for CoffeeScript in jEdit.

Installation

Copy coffeescript.xml to your jEdit modes directory.

On OSX this is located at: ~/Library/jEdit/modes/

On linux: ~/.jedit/modes/

Also, add the following line to your ~/Library/jEdit/modes/catalog file:

<MODE NAME="coffeescript" FILE="coffeescript.xml" FILE_NAME_GLOB="*.coffee" />