I want to validate the format (syntax check) of an INI file with Eclipse. I'd prefer the DLTK validator using a PHP script (just checking @parse_ini_file for the return value).
How can I setup this in Eclipse?
When I try to setup a script, it ignores my INI files, only checking *.php files on change.
