Add -priority to hilight syntax line

This commit is contained in:
Jari Matilainen 2025-07-20 22:40:59 +02:00 committed by GitHub
commit 7681cb7585
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,7 +626,7 @@ static void cmd_hilight_show(void)
}
/* SYNTAX: HILIGHT [-nick | -word | -line] [-mask | -full | -matchcase | -regexp]
[-color <color>] [-actcolor <color>] [-level <level>]
[-color <color>] [-actcolor <color>] [-level <level>] [-priority <number>]
[-network <network>] [-channels <channels>] <text> */
static void cmd_hilight(const char *data)
{