How to highlight "ini files" in Eclipse
eclipse, eclipse-plugin, ini, syntax-highlighting
Solution
I've just found this plugin that seems to do the trick. It is a little overzealous and assigns itself to all known filetypes but editing `Preferences > General > Editors > File Associations` can solve this.
http://colorer.sourceforge.net/eclipsecolorer/index.html
Problem
How do I make Eclipse to highlight .ini files? In the menu Window/Preferences, General/Content Types, Test/Configutation files, in the box "File associations:" I can see: *.cfg (locked) *.ini (locked) but I don't know either if this has something to do with the matter, or what can I do see the ini files highlighted instead of flat-black. Does eclipse support ini higlighting natively? How do I activate it? Or maybe do I have to install a plugin? Which one?