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
- Host: GitHub
- URL: https://github.com/naltatis/jade-syntax-highlight-hrc
- Owner: naltatis
- Created: 2012-08-27T19:07:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-27T19:10:01.000Z (almost 14 years ago)
- Last Synced: 2025-08-31T23:57:35.342Z (11 months ago)
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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