Recently I discover a power of MC to view/edit certain types of file. For example this:
shell/.class
View=%view{ascii} tmp=%p; javap -c ${tmp%%.class}
from ~/.mc/bindings take me brief look for Java class methods/fields by pressing F3. But it is hard to look when all code use same colors. I would like to see keywords and types highlighted in some form.
Is it possible (and how) make user customization for syntax highlighting in build-in Midnight Commander editor/viewer (by regex)?