I tried installing a Julia template for Colorer from here:
using these instructions:
http://ohadsc.wordpress.com/2012/05/26/adding-syntax-highlighting-for-new-languages-to-eclipse-with-the-colorer-library/
In other words, I copied the hrc file to colorer/hrc/auto/types and I updated colorer/hrc/auto/empty.hrc to:
<?xml version="1.0" encoding='Windows-1251'?>
<!DOCTYPE hrc PUBLIC
"-//Cail Lomecb//DTD Colorer HRC take5//EN"
>
><annotation><documentation>
'auto' is a place for include
to colorer your own HRCs
</documentation></annotation>
<prototype name="julia" group="main" description="Julia">
<location link="types/julia.hrc"/>
<filename>/\.jl$/i</filename>
</prototype>
</hrc>
Then I attached filetypes, etc, and restarted Eclipse, but there is no syntax highlighting. My problem seems
similar to the problem reported here:
but I haven't been able see what changes I need to make.
Best regards
Joachim