Vim and Midnight Commander are supported. But Vim support is better ahead. It even fulfills some syntax check.
Copy editors/vim/niceshaper.vim file to /root/.vim/syntax directory. Create this directory if does not exist.
To file /root/.vimrc append:
:syntax on
autocmd BufNewFile,BufRead *niceshaper*/*.conf set filetype=niceshaper
Syntax highlighting will work for all files with .conf extension placed in niceshaper directory or subdirectory.
There is a Syntax file, in which you need to append 2 lines:
file .\*/etc/niceshaper.\*\\.conf$ NiceShaper\sconfiguration ^#\sNiceShaper
include niceshaper.syntax
Syntax highlighting will work for files with .conf extension placed in /etc/niceshaper directory or subdirectory. It will also work for files contains '# NiceShaper' in first line.
After Midnight Commander upgrade you may need to redo this installation.