Adding new highlight group
Jump to navigation
Jump to search
- Add it to
src/ui/colors.h. - Compile errors will point to arrays and
switch-statements that need to be updated (need-Werror, so configure with--enable-developeror with--enable-werror). - Make use of the new highlight group.
- Add it to
data/man/vifm.1(don't forget to update modification date). - Add it to
data/vim/doc/app/vifm-app.txt(don't forget to update modification date). - Add a "test" to
tests/test-data/syntax-highlight/syntax.vifm. - Add it to
data/vim/syntax/vifm.vim(don't forget to update modification date). - Running
scripts/check-syntax-changesshould show changes in highlighting for new lines. - Remove an entry from the
TODOfile if one exists. - Add to the
ChangeLogfile.