Skip to content

HRC file to hightlight Jade template using eclipse and colorer

Notifications You must be signed in to change notification settings

naltatis/Jade-syntax-highlight-HRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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>
  1. place this file(jade.hrc) into eclipsepath/plugins/net.sf.colorer_*.*.*/colorer/hrc/
  2. open eclipse preferences, and under General->Editors->File Associations add *.jade to 'File types' add add editor 'Colorer XML Editor'
  3. 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 aulphar@gmail.com

License

Version: MPL 1.1/GPL 2.0/LGPL 2.1

About

HRC file to hightlight Jade template using eclipse and colorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published