Highlight ,

This commit is contained in:
Night Kaly 2024-11-12 11:10:25 +00:00
parent 233bbcea37
commit 59d11fe427
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

2
vip.c
View file

@ -921,7 +921,7 @@ void update_highlight(row_t *row)
continue;
}
if (c == ';') {
if (c == ';' || c == ',') {
row->hl[i] = TERMINATOR;
prev_sep = 1;
i++;