An open API service indexing awesome lists of open source software.

https://github.com/naltatis/jade-syntax-highlight-hrc

HRC file to hightlight Jade template using eclipse and colorer
https://github.com/naltatis/jade-syntax-highlight-hrc

Last synced: 6 months ago
JSON representation

HRC file to hightlight Jade template using eclipse and colorer

Awesome Lists containing this project

README

          

# This file is hrc for jade template syntax highlight in eclipse using colorer plugin (http://colorer.sourceforge.net/)

Version 0.0.1

### Usage:
1. open and edit eclipsepath/plugins/net.sf.colorer_\*\.\*\.\*/colorer/hrc/proto\.hrc search for haml, and add below section below the haml section you just find.



<prototype name="jade" group="inet" description="JADE">
<location link="jade.hrc"/>
<filename>/\.(jade)$/i
</prototype>

2. place this file(jade.hrc) into eclipsepath/plugins/net.sf.colorer_\*\.\*\.\*/colorer/hrc/
3. open eclipse preferences, and under General->Editors->File Associations add *.jade to 'File types' add add editor 'Colorer XML Editor'
4. change color theme in eclipsepath/plugins/net.sf.colorer_\*\.\*.\*/colorer/hrd/rgb to what you like

Enjoy!!!

### History:
0.0.1 initial checkin

### Author
Aulphar

### License
Version: MPL 1.1/GPL 2.0/LGPL 2.1